summaryrefslogtreecommitdiffstats
path: root/daemon/commands.h
diff options
context:
space:
mode:
Diffstat (limited to 'daemon/commands.h')
-rw-r--r--daemon/commands.h4
1 files changed, 2 insertions, 2 deletions
diff --git a/daemon/commands.h b/daemon/commands.h
index 1253e2dc1..f0e38ce93 100644
--- a/daemon/commands.h
+++ b/daemon/commands.h
@@ -76,7 +76,7 @@ typedef struct command_info {
typedef void (command_lock_t) (unsigned index);
cmd_status_t execute_command(cmd_t idx, char *args, char **message);
-extern void commands_init(void);
-extern void commands_exit(void);
+void commands_init(void);
+void commands_exit(void);
#endif //NETDATA_COMMANDS_H