diff options
| author | Astrid Smith | 2010-11-15 21:54:24 -0800 |
|---|---|---|
| committer | Astrid Smith | 2010-11-15 21:54:24 -0800 |
| commit | 1b7c78001b7007b4523ac74ddd8df809871170d0 (patch) | |
| tree | 049efb695608510a0dc649b684ae84bf8f80cd4b /global.h | |
| parent | db2327dde6fef5f1254cbd023f3c817c0ce7c36f (diff) | |
Renamed project files to get rid of final bits of “680”.
Diffstat (limited to 'global.h')
| -rw-r--r-- | global.h | 6 |
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 |
