summaryrefslogtreecommitdiffstats
path: root/pw/pw.h
diff options
context:
space:
mode:
Diffstat (limited to 'pw/pw.h')
-rw-r--r--pw/pw.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/pw/pw.h b/pw/pw.h
index f541b26..a0f97e3 100644
--- a/pw/pw.h
+++ b/pw/pw.h
@@ -69,7 +69,7 @@ struct carg
LIST_ENTRY(carg) list;
};
-extern LIST_HEAD(cargs, carg) arglist;
+LIST_HEAD(cargs, carg);
struct userconf
{