Changeset 17419 for branches/ipp-2-5/Ohana/src/opihi/include/shell.h
- Timestamp:
- Apr 9, 2008, 12:15:16 PM (18 years ago)
- File:
-
- 1 edited
-
branches/ipp-2-5/Ohana/src/opihi/include/shell.h (modified) (3 diffs)
Legend:
- Unmodified
- Added
- Removed
-
branches/ipp-2-5/Ohana/src/opihi/include/shell.h
r16434 r17419 65 65 int opihi PROTO((int argc, char **argv)); 66 66 int multicommand PROTO((char *line)); 67 int getServer (); 67 68 void multicommand_InitServer PROTO((void)); 69 void multicommand_StopServer (); 70 68 71 int command PROTO((char *line, char **outline, int VERBOSE)); 69 72 char *expand_vars PROTO((char *line)); … … 111 114 112 115 int ConfigInit PROTO((int *argc, char **argv)); 116 void ConfigFree PROTO((void)); 113 117 char *VarConfig PROTO((char *keyword, char *mode, void *ptr)); 114 118 char *VarConfigEntry PROTO((char *keyword, char *mode, int entry, void *ptr)); … … 170 174 int DefineValidIP (); 171 175 176 void FreeCommands (); 177 void FreeMacros (); 178 void FreeBuffers (); 179 void FreeVectors (); 180 void FreeVariables (); 181 void FreeLists (); 182 172 183 # endif 173
Note:
See TracChangeset
for help on using the changeset viewer.
