mirror of
https://github.com/openwrt/packages.git
synced 2025-02-14 13:48:04 +00:00
cbee15724c
Signed-off-by: Rosen Penev <rosenp@gmail.com>
14 lines
308 B
Diff
14 lines
308 B
Diff
--- a/ykpers-args.h
|
|
+++ b/ykpers-args.h
|
|
@@ -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,
|