diff options
Diffstat (limited to '')
-rw-r--r-- | src/mystring.h | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/src/mystring.h b/src/mystring.h index 2e0540a..3522523 100644 --- a/src/mystring.h +++ b/src/mystring.h @@ -41,6 +41,7 @@ extern const char snlfmt[]; extern const char spcstr[]; extern const char dolatstr[]; #define DOLATSTRLEN 6 +extern const char qchars[]; extern const char illnum[]; extern const char homestr[]; |