diff options
Diffstat (limited to 'src/types/str.h')
| -rw-r--r-- | src/types/str.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/types/str.h b/src/types/str.h index ccf379f..54f27e6 100644 --- a/src/types/str.h +++ b/src/types/str.h @@ -16,5 +16,5 @@ void str_free(str*); void str_push(str*, char*); void str_pushl(str*, char*, size_t); void str_clear(str*); - +void str_popf(str*, int); #endif //__STR_H
\ No newline at end of file |
