A Command Interpreter with support for used defined commands, subsystems, macros, help and parameter parsing.

Revision:
13:c18957fb06e4
Parent:
11:8b8f8dbef476
Child:
14:c652ce068f6c
--- a/cmdb.h	Fri Feb 11 12:30:34 2011 +0000
+++ b/cmdb.h	Fri Feb 11 12:44:54 2011 +0000
@@ -380,7 +380,7 @@
 
 /** The Command Interpreter Version.
  */
-#define CMDB_VERSION     0.74
+#define CMDB_VERSION     0.75
 
 //------------------------------------------------------------------------------
 
@@ -651,7 +651,7 @@
      *
      * C++ member equivalent would be void (Cmdb::*callback)(Cmdb&,int);
      */
-    void (*callback)(Cmdb&,int);
+    void (*user_callback)(Cmdb&,int);
 
     /** Searches the escape code list for a match.
     *