Blame include/argp-fmtstream.h

Packit 6c4009
#ifndef _ARGP_FMTSTREAM_H
Packit 6c4009
#include <argp/argp-fmtstream.h>
Packit 6c4009
Packit 6c4009
#ifndef _ISOMAC
Packit 6c4009
extern __typeof (__argp_fmtstream_ensure) __argp_fmtstream_ensure
Packit 6c4009
      attribute_hidden;
Packit 6c4009
extern __typeof (__argp_fmtstream_free) __argp_fmtstream_free
Packit 6c4009
      attribute_hidden;
Packit 6c4009
extern __typeof (__argp_fmtstream_printf) __argp_fmtstream_printf
Packit 6c4009
      attribute_hidden;
Packit 6c4009
extern __typeof (__argp_fmtstream_update) __argp_fmtstream_update
Packit 6c4009
      attribute_hidden;
Packit 6c4009
extern __typeof (__argp_fmtstream_write) __argp_fmtstream_write
Packit 6c4009
      attribute_hidden;
Packit 6c4009
extern __typeof (__argp_make_fmtstream) __argp_make_fmtstream
Packit 6c4009
      attribute_hidden;
Packit 6c4009
#endif
Packit 6c4009
Packit 6c4009
#endif