diff options
Diffstat (limited to 'src/env.h')
| -rw-r--r-- | src/env.h | 15 |
1 files changed, 0 insertions, 15 deletions
diff --git a/src/env.h b/src/env.h deleted file mode 100644 index a49d643..0000000 --- a/src/env.h +++ /dev/null | |||
| @@ -1,15 +0,0 @@ | |||
| 1 | #ifndef ENV_H | ||
| 2 | #define ENV_H | ||
| 3 | |||
| 4 | #include <stdbool.h> | ||
| 5 | #include <stdio.h> | ||
| 6 | #include <stdlib.h> | ||
| 7 | #include <string.h> | ||
| 8 | #include <unistd.h> | ||
| 9 | #include <sys/stat.h> | ||
| 10 | |||
| 11 | void init_env(); | ||
| 12 | |||
| 13 | extern char *tabledir; | ||
| 14 | |||
| 15 | #endif | ||
