diff options
| author | Sebastiano Tronto <sebastiano@tronto.net> | 2023-05-01 12:48:55 +0200 |
|---|---|---|
| committer | Sebastiano Tronto <sebastiano@tronto.net> | 2023-05-01 12:48:55 +0200 |
| commit | 6f4313bc1ed5be794146e6ca2fd73f48c7906061 (patch) | |
| tree | a79c8be8613e8b4256d609477f98f440bfd7168c /src/env.h | |
| parent | 1a5bfe9b08707b0aef748d7921a419ba4a046fba (diff) | |
| download | nissy-classic-6f4313bc1ed5be794146e6ca2fd73f48c7906061.tar.gz nissy-classic-6f4313bc1ed5be794146e6ca2fd73f48c7906061.zip | |
Reverted to 2.0.3
Diffstat (limited to '')
| -rw-r--r-- | src/env.h | 4 |
1 files changed, 2 insertions, 2 deletions
| @@ -8,8 +8,8 @@ | |||
| 8 | #include <unistd.h> | 8 | #include <unistd.h> |
| 9 | #include <sys/stat.h> | 9 | #include <sys/stat.h> |
| 10 | 10 | ||
| 11 | void init_env(); | ||
| 12 | |||
| 13 | extern char *tabledir; | 11 | extern char *tabledir; |
| 14 | 12 | ||
| 13 | void init_env(); | ||
| 14 | |||
| 15 | #endif | 15 | #endif |
