summaryrefslogtreecommitdiff
path: root/ed.h
diff options
context:
space:
mode:
Diffstat (limited to 'ed.h')
-rw-r--r--ed.h5
1 files changed, 5 insertions, 0 deletions
diff --git a/ed.h b/ed.h
index a9c2e00..bd98908 100644
--- a/ed.h
+++ b/ed.h
@@ -1,3 +1,6 @@
+#ifndef ED_H
+#define ED_H
+
/*
* UNG's Not GNU
*
@@ -101,3 +104,5 @@ void ed_write(intmax_t start, intmax_t end, const char *arg);
void ed_line_number(intmax_t start, intmax_t end, const char *arg);
void ed_shell_escape(intmax_t start, intmax_t end, const char *arg);
void ed_null(intmax_t start, intmax_t end, const char *arg);
+
+#endif