diff options
Diffstat (limited to 'lib/system.h')
| -rw-r--r-- | lib/system.h | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/lib/system.h b/lib/system.h index e1c1c698..ccd99d63 100644 --- a/lib/system.h +++ b/lib/system.h @@ -152,6 +152,8 @@ pread_retry (int fd, void *buf, size_t len, off_t off) #define ARGP_PROGRAM_BUG_ADDRESS_DEF \ const char *const apba__ __asm ("argp_program_bug_address") +/* Defined in version.c. Common ARGP_PROGRAM_VERSION_HOOK_DEF. */ +void print_version (FILE *stream, struct argp_state *state); /* The demangler from libstdc++. */ extern char *__cxa_demangle (const char *mangled_name, char *output_buffer, |
