diff options
Diffstat (limited to 'src/libstddjb/subgetopt.c')
-rw-r--r-- | src/libstddjb/subgetopt.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/libstddjb/subgetopt.c b/src/libstddjb/subgetopt.c index 67cdfa1..940eb6a 100644 --- a/src/libstddjb/subgetopt.c +++ b/src/libstddjb/subgetopt.c @@ -3,7 +3,7 @@ #undef SUBGETOPT_SHORT #include <skalibs/sgetopt.h> -int subgetopt_r (int argc, char const *const *argv, char const *opts, subgetopt_t *o) +int subgetopt_r (int argc, char const *const *argv, char const *opts, subgetopt *o) { o->arg = 0 ; if ((o->ind >= argc) || !argv[o->ind]) return -1 ; |