about summary refs log tree commit diff
path: root/include/argp.h
blob: 68138565caca1ddcd6532463beb111477ad9d1ca (plain) (blame)
1
2
3
4
5
6
7
8
9
#ifndef _ARGP_H
#include <argp/argp.h>

/* This hack to allow programs that know what's going on to call argp
   recursively.  If someday argp is changed not to use the non-reentrant
   getopt interface, we can get rid of this shit.  XXX */
extern void _argp_unlock_xxx (void);

#endif