Changeset 31635 for trunk/Ohana/src/libohana/include/ohana.h
- Timestamp:
- Jun 16, 2011, 11:18:00 AM (15 years ago)
- File:
-
- 1 edited
-
trunk/Ohana/src/libohana/include/ohana.h (modified) (2 diffs)
Legend:
- Unmodified
- Added
- Removed
-
trunk/Ohana/src/libohana/include/ohana.h
r31160 r31635 94 94 }; 95 95 96 typedef enum {GP_LOG, GP_ERR} gpDest; 97 96 98 /* Some notes on the Ohana BYTE_SWAP macros: 97 99 … … 317 319 off_t Fwrite PROTO((void *ptr, off_t size, off_t nitems, FILE *f, char *type)); 318 320 321 char **isolate_elements PROTO((int argc, char **argv, int *nstack)); 322 323 // functions used to manage "last error message" 324 int init_error PROTO((void)); 325 int push_error PROTO((char *line)); 326 int print_error PROTO((void)); 327 328 // gprint gets a stub implementation in libohana. opihi implements the real one. 329 int gprint (gpDest dest, char *format, ...); 330 319 331 /* 320 332 # define F_SETFL 4
Note:
See TracChangeset
for help on using the changeset viewer.
