diff options
Diffstat (limited to 'src/common.h')
| -rw-r--r-- | src/common.h | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/src/common.h b/src/common.h index 332b61d..aea11d0 100644 --- a/src/common.h +++ b/src/common.h @@ -35,5 +35,6 @@ typedef struct { void strings_init(StrArray* strings); void strings_reserve(StrArray* strings, size_t size); int strings_push(StrArray* strings, const char* str); +void strings_pop(StrArray* strings); #endif |
