X-Git-Url: https://oss.titaniummirror.com/gitweb/?a=blobdiff_plain;f=tos%2Flib%2Fnet%2Fblip%2Fshell%2FRegisterShellCommand.nc;fp=tos%2Flib%2Fnet%2Fblip%2Fshell%2FRegisterShellCommand.nc;h=fb980138d0e6b0fd83c4bda22354a4dcdf70c685;hb=e9bfab607e051bae6afb47b44892ce37541d1b44;hp=0000000000000000000000000000000000000000;hpb=adf1de6c009d13b7b52e68535c63b28f59c97400;p=tinyos-2.x.git diff --git a/tos/lib/net/blip/shell/RegisterShellCommand.nc b/tos/lib/net/blip/shell/RegisterShellCommand.nc new file mode 100644 index 00000000..fb980138 --- /dev/null +++ b/tos/lib/net/blip/shell/RegisterShellCommand.nc @@ -0,0 +1,4 @@ + +interface RegisterShellCommand { + event char *getCommandName(); +}