IPP Software Navigation Tools IPP Links Communication Pan-STARRS Links

Ignore:
Timestamp:
Jun 5, 2015, 11:18:52 AM (11 years ago)
Author:
eugene
Message:

update tests

File:
1 edited

Legend:

Unmodified
Added
Removed
  • branches/eam_branches/ohana.20150429/src/libohana/include/ohana.h

    r38372 r38377  
    286286char   *strcreate              PROTO((char *string));
    287287char   *strncreate             PROTO((char *string, int n));
    288 int     strextend              PROTO((char *input, char *format,...)) OHANA_FORMAT(printf, 2, 3);
     288int     strextend              PROTO((char **input, char *format,...)) OHANA_FORMAT(printf, 2, 3);
    289289int     scan_line              PROTO((FILE *f, char *line));
    290290int     scan_line_maxlen       PROTO((FILE *f, char *line, int maxlen));
Note: See TracChangeset for help on using the changeset viewer.