some more on the const, volatile and now also static issue
[fw/sdcc] / debugger / mcs51 / cmd.h
index ad53cd1621d887783b9a0685866f5e278f9b5c88..9d4c7602ebd1ef4d942004e9f499e714315a3069 100644 (file)
@@ -44,4 +44,9 @@ extern int cmdFile      (char *, context *);
 extern int cmdInfo      (char *, context *);
 extern int cmdShow      (char *, context *);
 extern int cmdFinish    (char *, context *);
+
+extern int cmdListModules (char *s, context *cctxt);
+extern int cmdListFunctions (char *s, context *cctxt);
+extern int cmdListSymbols (char *s, context *cctxt);
+
 #endif