]> rtime.felk.cvut.cz Git - sysless.git/blobdiff - libs4c/misc/cmd_proc.h
Attempt to make HELP command working even without use of stdio.h. Declaration of...
[sysless.git] / libs4c / misc / cmd_proc.h
index ce2d174f0f6a35eceb5a2f276e001529e6af6fa6..1e5d744cc97064928ad80c5c6b9610432b04f11d 100644 (file)
@@ -18,6 +18,8 @@
 #define FL_ELB_INSEND 0x20      /* The line is currently being sent */
 #define FL_ELB_NOCRLF 0x40      /* CR and/or LF will not start the new line */
 
+#define CMD_DES_CONTINUE_AT     ((cmd_des_t*)1)
+#define CMD_DES_INCLUDE_SUBLIST ((cmd_des_t*)2)
 /* generic cmd_io tructure */
 
 /* buffer for in/out line collection */