From dfe613418f7d77ec56d75554b501c3a985c5e3fd Mon Sep 17 00:00:00 2001 From: James Booth Date: Mon, 23 May 2016 00:06:01 +0100 Subject: Fix command headers --- src/command/cmd_ac.h | 7 ++++++- 1 file changed, 6 insertions(+), 1 deletion(-) (limited to 'src/command/cmd_ac.h') diff --git a/src/command/cmd_ac.h b/src/command/cmd_ac.h index 99740246..b294fcd5 100644 --- a/src/command/cmd_ac.h +++ b/src/command/cmd_ac.h @@ -1,5 +1,5 @@ /* - * cmd_autocomplete.h + * cmd_ac.h * * Copyright (C) 2012 - 2016 James Booth * @@ -32,6 +32,9 @@ * */ +#ifndef CMD_AC_H +#define CMD_AC_H + #include "config/preferences.h" #include "command/cmd_funcs.h" @@ -55,3 +58,5 @@ void cmd_ac_remove_form_fields(DataForm *form); char* cmd_ac_complete(ProfWin *window, const char *const input); void cmd_ac_reset(ProfWin *window); + +#endif -- cgit 1.4.1-2-gfad0