summaryrefslogtreecommitdiff
path: root/global.h
diff options
context:
space:
mode:
authorAstrid Smith2010-11-15 21:54:24 -0800
committerAstrid Smith2010-11-15 21:54:24 -0800
commit1b7c78001b7007b4523ac74ddd8df809871170d0 (patch)
tree049efb695608510a0dc649b684ae84bf8f80cd4b /global.h
parentdb2327dde6fef5f1254cbd023f3c817c0ce7c36f (diff)
Renamed project files to get rid of final bits of “680”.
Diffstat (limited to 'global.h')
-rw-r--r--global.h6
1 files changed, 6 insertions, 0 deletions
diff --git a/global.h b/global.h
new file mode 100644
index 0000000..f55ffe8
--- /dev/null
+++ b/global.h
@@ -0,0 +1,6 @@
+#ifndef H680_H
+#define H680_H
+
+extern void throw_error(char *);
+
+#endif