summaryrefslogtreecommitdiff
path: root/global.h
diff options
context:
space:
mode:
authorDuncan Smith2010-11-15 21:54:24 -0800
committerDuncan Smith2010-11-15 21:54:24 -0800
commit100a7d901f880b2904ef78538ce033d7fb2f8c5e (patch)
tree6dc933cf21ff24d2c639bac18412ea77fb0f4e36 /global.h
parent30d3e7d515d0f62f3b4d60c71f4cf6ef3914265b (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