summaryrefslogtreecommitdiff
path: root/received.h
diff options
context:
space:
mode:
Diffstat (limited to 'received.h')
-rw-r--r--received.h6
1 files changed, 6 insertions, 0 deletions
diff --git a/received.h b/received.h
new file mode 100644
index 0000000..4e39dda
--- /dev/null
+++ b/received.h
@@ -0,0 +1,6 @@
+#ifndef RECEIVED_H
+#define RECEIVED_H
+
+extern void received();
+
+#endif