diff options
Diffstat (limited to 'sntp/libopts/proto.h')
-rw-r--r-- | sntp/libopts/proto.h | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/sntp/libopts/proto.h b/sntp/libopts/proto.h index 3275ea1d0f6f..a78b794fc6a5 100644 --- a/sntp/libopts/proto.h +++ b/sntp/libopts/proto.h @@ -1,7 +1,7 @@ /* -*- buffer-read-only: t -*- vi: set ro: * * Prototypes for autoopts - * Generated Fri Aug 8 16:09:18 PDT 2014 + * Generated Sat Apr 25 09:53:18 PDT 2015 */ #ifndef AUTOOPTS_PROTO_H_GUARD #define AUTOOPTS_PROTO_H_GUARD 1 @@ -65,7 +65,7 @@ static tSuccess opt_find_long(tOptions * opts, char const * opt_name, tOptState * state); static tSuccess -opt_find_short(tOptions* pOpts, uint_t optValue, tOptState* pOptState); +opt_find_short(tOptions * pOpts, uint_t optValue, tOptState * pOptState); static tSuccess get_opt_arg(tOptions * opts, tOptState * o_st); |