Martins commands patch
[fw/sdcc] / debugger / mcs51 / sdcdb.h
index 5f8af6789a456d7b88d4906ccc4a6060b76eaf55..f73335a05d2676d19995baa93dccbf14e46e68b7 100644 (file)
@@ -267,5 +267,7 @@ extern short fullname;
 extern int srcMode;
 extern char contsim;
 char *searchDirsFname (char *);
-
+char *getNextCmdLine(void );
+void setCmdLine( char * );
+void stopCommandList( void );
 #endif