summaryrefslogtreecommitdiffstats
path: root/cmdline.h
diff options
context:
space:
mode:
Diffstat (limited to 'cmdline.h')
-rw-r--r--cmdline.h6
1 files changed, 3 insertions, 3 deletions
diff --git a/cmdline.h b/cmdline.h
index e9731f9..b8d22d8 100644
--- a/cmdline.h
+++ b/cmdline.h
@@ -14,8 +14,8 @@
* OR IN CONNECTION WITH THE USE OR PERFORMANCE OF THIS SOFTWARE. *
****************************************************************************/
-#ifndef CMDLINE_H
-#define CMDLINE_H
+#ifndef BFS_CMDLINE_H
+#define BFS_CMDLINE_H
#include "color.h"
@@ -129,4 +129,4 @@ int eval_cmdline(const struct cmdline *cmdline);
*/
int free_cmdline(struct cmdline *cmdline);
-#endif // CMDLINE_H
+#endif // BFS_CMDLINE_H