summaryrefslogtreecommitdiff
path: root/680.h
diff options
context:
space:
mode:
authorDuncan Smith2010-09-16 14:36:06 -0700
committerDuncan Smith2010-09-16 14:36:06 -0700
commitb60174abe022f42b8e340f9e0d0da1f47f88396c (patch)
tree13fa8261d4186b0a497b06a105db5ede797d12c7 /680.h
parent3759ea83b657719244d12765f5717cae576fefb5 (diff)
Cleared up some compiler errors
Diffstat (limited to '680.h')
-rw-r--r--680.h6
1 files changed, 6 insertions, 0 deletions
diff --git a/680.h b/680.h
index e69de29..f55ffe8 100644
--- a/680.h
+++ b/680.h
@@ -0,0 +1,6 @@
+#ifndef H680_H
+#define H680_H
+
+extern void throw_error(char *);
+
+#endif