aboutsummaryrefslogtreecommitdiff
path: root/block.h
diff options
context:
space:
mode:
Diffstat (limited to 'block.h')
-rw-r--r--block.h4
1 files changed, 4 insertions, 0 deletions
diff --git a/block.h b/block.h
new file mode 100644
index 0000000..a269756
--- /dev/null
+++ b/block.h
@@ -0,0 +1,4 @@
+#ifndef BLOCK_H
+#define BLOCK_H
+void block(char *, char *, char *, char *);
+#endif