diff options
author | onefang | 2021-08-13 03:25:47 +1000 |
---|---|---|
committer | onefang | 2021-08-13 03:25:47 +1000 |
commit | f9bf196a3e2fcd7afe395487253030f96091f173 (patch) | |
tree | 89c841201dfda265d27cfbc3a854bf578f0224e2 /src/sledjchisl/sledjchisl.c | |
parent | Some more tweaks to output. (diff) | |
download | opensim-SC-f9bf196a3e2fcd7afe395487253030f96091f173.zip opensim-SC-f9bf196a3e2fcd7afe395487253030f96091f173.tar.gz opensim-SC-f9bf196a3e2fcd7afe395487253030f96091f173.tar.bz2 opensim-SC-f9bf196a3e2fcd7afe395487253030f96091f173.tar.xz |
Oops, need this for the option display.
Diffstat (limited to 'src/sledjchisl/sledjchisl.c')
-rw-r--r-- | src/sledjchisl/sledjchisl.c | 14 |
1 files changed, 14 insertions, 0 deletions
diff --git a/src/sledjchisl/sledjchisl.c b/src/sledjchisl/sledjchisl.c index 5f62447..d8b78e6 100644 --- a/src/sledjchisl/sledjchisl.c +++ b/src/sledjchisl/sledjchisl.c | |||
@@ -156,6 +156,20 @@ typedef enum | |||
156 | 156 | ||
157 | modes currentMode = START; | 157 | modes currentMode = START; |
158 | 158 | ||
159 | char *modeStrings[] = | ||
160 | { | ||
161 | "create", | ||
162 | "start", | ||
163 | "backup", | ||
164 | "gitAR", | ||
165 | "restart", | ||
166 | "status", | ||
167 | "Huh?", | ||
168 | "WTF?", | ||
169 | "mumblefuck", | ||
170 | "stop" | ||
171 | }; | ||
172 | |||
159 | // Duplicate some small amount of code from qLibc, coz /, + and, = are not good choices, and the standard says we can pick those. | 173 | // Duplicate some small amount of code from qLibc, coz /, + and, = are not good choices, and the standard says we can pick those. |
160 | /** | 174 | /** |
161 | * Encode data using BASE64 algorithm. | 175 | * Encode data using BASE64 algorithm. |