summaryrefslogtreecommitdiff
path: root/poptparse.c
diff options
context:
space:
mode:
Diffstat (limited to 'poptparse.c')
-rw-r--r--poptparse.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/poptparse.c b/poptparse.c
index 819d30b..6c3fa73 100644
--- a/poptparse.c
+++ b/poptparse.c
@@ -16,7 +16,7 @@
#define assert(_x)
#endif
-static const char ** poptArgvFree(/*@only@*/ const char ** av)
+const char ** poptArgvFree(/*@only@*/ const char ** av)
{
#if !defined(SUPPORT_CONTIGUOUS_ARGV)
if (av) {