diff options
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. |