Skip to content

Commit

Permalink
make header declarations extern
Browse files Browse the repository at this point in the history
  • Loading branch information
klali committed Feb 17, 2020
1 parent 33ece0d commit 09ea16d
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions ykpers-args.h
Original file line number Diff line number Diff line change
Expand Up @@ -33,8 +33,8 @@

#include "ykpers.h"

const char *usage;
const char *optstring;
extern const char *usage;
extern const char *optstring;

int args_to_config(int argc, char **argv, YKP_CONFIG *cfg, char *oathid,
size_t oathid_len, const char **infname,
Expand Down

0 comments on commit 09ea16d

Please sign in to comment.