Changeset 15008
- Timestamp:
- Sep 24, 2007, 7:01:31 PM (19 years ago)
- Location:
- trunk/Ohana/src/opihi
- Files:
-
- 3 edited
-
include/shell.h (modified) (1 diff)
-
lib.shell/errors.c (modified) (1 diff)
-
lib.shell/startup.c (modified) (1 diff)
Legend:
- Unmodified
- Added
- Removed
-
trunk/Ohana/src/opihi/include/shell.h
r12332 r15008 113 113 char *VarConfigEntry PROTO((char *keyword, char *mode, int entry, void *ptr)); 114 114 115 int init_error PROTO((void)); 115 116 int push_error PROTO((char *line)); 116 117 int print_error PROTO((void)); -
trunk/Ohana/src/opihi/lib.shell/errors.c
r7917 r15008 2 2 3 3 static char errorline[1024]; 4 5 int init_error () { 6 7 bzero (errorline, 1024); 8 return (TRUE); 9 } 4 10 5 11 int push_error (char *line) { -
trunk/Ohana/src/opihi/lib.shell/startup.c
r13479 r15008 19 19 /* init for main (or only) thread */ 20 20 gprintInit (); 21 22 init_error (); 21 23 22 24 /* load config data (.ptolemyrc) */
Note:
See TracChangeset
for help on using the changeset viewer.
