aboutsummaryrefslogtreecommitdiffstats
path: root/src/actions.h
diff options
context:
space:
mode:
Diffstat (limited to 'src/actions.h')
-rw-r--r--src/actions.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/actions.h b/src/actions.h
index 4bd0c9e..aa8cf44 100644
--- a/src/actions.h
+++ b/src/actions.h
@@ -21,7 +21,7 @@
#include "confparser.h"
#define X(ACTION) \
- extern int run_##ACTION(UserOpt *, Conf *);
+ int run_##ACTION(UserOpt *, Conf *);
CK_ACTIONS
#undef X