diff options
Diffstat (limited to 'source/repl/repl.h')
| -rw-r--r-- | source/repl/repl.h | 16 |
1 files changed, 0 insertions, 16 deletions
diff --git a/source/repl/repl.h b/source/repl/repl.h deleted file mode 100644 index 4c57345..0000000 --- a/source/repl/repl.h +++ /dev/null | |||
| @@ -1,16 +0,0 @@ | |||
| 1 | #ifndef ENGINE_REPL_H | ||
| 2 | #define ENGINE_REPL_H | ||
| 3 | |||
| 4 | typedef struct node node; | ||
| 5 | struct node | ||
| 6 | { | ||
| 7 | |||
| 8 | }; | ||
| 9 | |||
| 10 | typedef struct btree btree; | ||
| 11 | struct btree | ||
| 12 | { | ||
| 13 | |||
| 14 | }; | ||
| 15 | |||
| 16 | #endif /* ENGINE_H */ | ||
