aboutsummaryrefslogtreecommitdiff
path: root/smash/comment.h
diff options
context:
space:
mode:
Diffstat (limited to 'smash/comment.h')
-rw-r--r--smash/comment.h6
1 files changed, 6 insertions, 0 deletions
diff --git a/smash/comment.h b/smash/comment.h
new file mode 100644
index 0000000..f20877f
--- /dev/null
+++ b/smash/comment.h
@@ -0,0 +1,6 @@
+#ifndef COMMENT_H
+#define COMMENT_H
+
+void remove_comment(char *line);
+
+#endif