summaryrefslogtreecommitdiffstats
path: root/cmdline.h
diff options
context:
space:
mode:
authorTavian Barnes <tavianator@tavianator.com>2018-01-08 21:39:21 -0500
committerTavian Barnes <tavianator@tavianator.com>2018-01-08 21:39:21 -0500
commit7d68aac4a50ab4d4881832bc7de568c2b5d4ea8b (patch)
tree5ed8c3c1958138daefd31d035945432d54088f79 /cmdline.h
parent51da1abc549a6642a721371427b31f5990959fad (diff)
downloadbfs-7d68aac4a50ab4d4881832bc7de568c2b5d4ea8b.tar.xz
Minor header cleanups
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