Blame include/argp-fmtstream.h

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