]> git.ipfire.org Git - thirdparty/glibc.git/blob - include/argp-fmtstream.h
nscd: Use time_t for return type of addgetnetgrentX
[thirdparty/glibc.git] / include / argp-fmtstream.h
1 #ifndef _ARGP_FMTSTREAM_H
2 #include <argp/argp-fmtstream.h>
3
4 #ifndef _ISOMAC
5 extern __typeof (__argp_fmtstream_ensure) __argp_fmtstream_ensure
6 attribute_hidden;
7 extern __typeof (__argp_fmtstream_free) __argp_fmtstream_free
8 attribute_hidden;
9 extern __typeof (__argp_fmtstream_printf) __argp_fmtstream_printf
10 attribute_hidden;
11 extern __typeof (__argp_fmtstream_update) __argp_fmtstream_update
12 attribute_hidden;
13 extern __typeof (__argp_fmtstream_write) __argp_fmtstream_write
14 attribute_hidden;
15 extern __typeof (__argp_make_fmtstream) __argp_make_fmtstream
16 attribute_hidden;
17 #endif
18
19 #endif