Changeset 38441 for trunk/Ohana/src/libohana/include/ohana.h
- Timestamp:
- Jun 12, 2015, 6:18:23 PM (11 years ago)
- Location:
- trunk/Ohana
- Files:
-
- 2 edited
-
. (modified) (1 prop)
-
src/libohana/include/ohana.h (modified) (3 diffs)
Legend:
- Unmodified
- Added
- Removed
-
trunk/Ohana
-
Property svn:mergeinfo
set to
/branches/eam_branches/ohana.20150429 merged eligible
-
Property svn:mergeinfo
set to
-
trunk/Ohana/src/libohana/include/ohana.h
r37807 r38441 286 286 char *strcreate PROTO((char *string)); 287 287 char *strncreate PROTO((char *string, int n)); 288 int strextend PROTO((char **input, char *format,...)) OHANA_FORMAT(printf, 2, 3); 288 289 int scan_line PROTO((FILE *f, char *line)); 289 290 int scan_line_maxlen PROTO((FILE *f, char *line, int maxlen)); … … 393 394 394 395 char *memstr PROTO((char *m1, char *m2, int n)); 395 int write_fmt PROTO((int fd, char *format, ...)) ;396 int write_fmt PROTO((int fd, char *format, ...)) OHANA_FORMAT(printf, 2, 3); 396 397 397 398 char **isolate_elements PROTO((int argc, char **argv, int *nstack)); … … 403 404 404 405 // gprint gets a stub implementation in libohana. opihi implements the real one. 405 int gprint (gpDest dest, char *format, ...);406 int gprint PROTO((gpDest dest, char *format, ...) OHANA_FORMAT(printf, 2, 3)); 406 407 407 408 // rconnect is used to run remote programs with a pipe for communication
Note:
See TracChangeset
for help on using the changeset viewer.
