summaryrefslogtreecommitdiffhomepage
path: root/src
diff options
context:
space:
mode:
authormidipix <writeonce@midipix.org>2018-06-26 09:56:34 +0000
committermidipix <writeonce@midipix.org>2018-07-14 22:40:51 -0400
commit847bf4b1de332031f196ea09154874980bca76af (patch)
tree1857cfca5bdd65bb7b024a2929ad43633070f59a /src
parent7383c8bc50f8fcc2bcf88625b323f6997a89892c (diff)
downloadsofort-847bf4b1de332031f196ea09154874980bca76af.tar.bz2
sofort-847bf4b1de332031f196ea09154874980bca76af.tar.xz
argv.h: argv_get(): be consistent between forward decl. and impl.
Diffstat (limited to 'src')
-rw-r--r--src/internal/argv/argv.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/internal/argv/argv.h b/src/internal/argv/argv.h
index f55fc28..a571d60 100644
--- a/src/internal/argv/argv.h
+++ b/src/internal/argv/argv.h
@@ -707,7 +707,7 @@ static struct argv_meta * argv_alloc(char ** argv, struct argv_ctx * ctx)
}
static struct argv_meta * argv_get(
- char * argv[],
+ char ** argv,
const struct argv_option ** optv,
int flags)
{