Changeset 4714 for trunk/Ohana/src/opihi/pclient/pclient.c
- Timestamp:
- Aug 5, 2005, 9:53:49 AM (21 years ago)
- File:
-
- 1 edited
-
trunk/Ohana/src/opihi/pclient/pclient.c (modified) (1 diff)
Legend:
- Unmodified
- Added
- Removed
-
trunk/Ohana/src/opihi/pclient/pclient.c
r4691 r4714 12 12 auto_break = TRUE; 13 13 14 Nlists = 0;15 ALLOCATE (lists, List, 1);16 17 /* init functions required by libraries */18 /* -libshell */19 InitCommands ();20 InitMacros ();21 InitBuffers ();22 InitVectors ();23 InitVariables ();24 25 /* -libdata */26 InitGraph ();27 InitImage ();28 29 14 /* load the commands used by this implementation */ 30 15 InitBasic (); 31 InitOutfile ();32 16 InitPclient (); 33 17 InitChild ();
Note:
See TracChangeset
for help on using the changeset viewer.
