/[global]/global/libutil/strbuf.h
ViewVC logotype

Diff of /global/libutil/strbuf.h

Parent Directory Parent Directory | Revision Log Revision Log | View Patch Patch

revision 1.17 by shigio, Tue Oct 4 05:53:53 2005 UTC revision 1.18 by shigio, Tue Oct 4 07:59:04 2005 UTC
# Line 136  void strbuf_close(STRBUF *); Line 136  void strbuf_close(STRBUF *);
136  char *strbuf_fgets(STRBUF *, FILE *, int);  char *strbuf_fgets(STRBUF *, FILE *, int);
137  void strbuf_sprintf(STRBUF *sb, const char *s, ...)  void strbuf_sprintf(STRBUF *sb, const char *s, ...)
138          __attribute__ ((__format__ (__printf__, 2, 3)));          __attribute__ ((__format__ (__printf__, 2, 3)));
139  STRBUF *strbuf_open_tempbuf();  STRBUF *strbuf_open_tempbuf(void);
140  void strbuf_release_tempbuf(STRBUF *);  void strbuf_release_tempbuf(STRBUF *);
141  #ifdef STRBUF_LINK  #ifdef STRBUF_LINK
142  void strbuf_setname(STRBUF *, const char *);  void strbuf_setname(STRBUF *, const char *);
143  STRBUF *strbuf_getbuf(const char *);  STRBUF *strbuf_getbuf(const char *);
144  void strbuf_closeall();  void strbuf_closeall(void);
145  #endif  #endif
146    
147  #endif /* ! _STRBUF_H */  #endif /* ! _STRBUF_H */

Legend:
Removed from v.1.17  
changed lines
  Added in v.1.18

savannah-hackers-public@gnu.org
ViewVC Help
Powered by ViewVC 1.1.26