summaryrefslogtreecommitdiff
path: root/680.h
diff options
context:
space:
mode:
authorAstrid Smith2010-09-16 14:36:06 -0700
committerAstrid Smith2010-09-16 14:36:06 -0700
commit151772d4c77e4fc969bb9e5638fe0ee1db8bd748 (patch)
treeea6055318ee0fbe612a7e3174fc54018f82c7ef5 /680.h
parentd0d96373296052894cea14a7802521cc551219a8 (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