diff Debug/cli/cli.h @ 319:3994a5a68793

Cleanup CLI history Add all the spaces :)
author Rowan Decker <Smasher816@gmail.com>
date Thu, 02 Apr 2015 23:53:19 -0700
parents 217e7bd8a0a4
children 18c3c4924f20
line wrap: on
line diff
--- a/Debug/cli/cli.h	Thu Apr 02 00:19:09 2015 -0700
+++ b/Debug/cli/cli.h	Thu Apr 02 23:53:19 2015 -0700
@@ -111,11 +111,11 @@
 void CLI_registerDictionary( const CLIDictItem *cmdDict, const char* dictName );
 void CLI_argumentIsolation( char* string, char** first, char** second );
 
-int wrap( int x, int low, int high );
+int CLI_wrap( int x, int low, int high );
 void CLI_commandLookup();
 void CLI_tabCompletion();
-void cli_saveHistory( char *buff );
-void cli_retreiveHistory( int index );
+void CLI_saveHistory( char *buff );
+void CLI_retreiveHistory( int index );
 
 // CLI Command Functions
 void cliFunc_arch    ( char* args );