aboutsummaryrefslogtreecommitdiff
path: root/src/types/str.h
diff options
context:
space:
mode:
Diffstat (limited to 'src/types/str.h')
-rw-r--r--src/types/str.h1
1 files changed, 1 insertions, 0 deletions
diff --git a/src/types/str.h b/src/types/str.h
index 54f27e6..20383c8 100644
--- a/src/types/str.h
+++ b/src/types/str.h
@@ -17,4 +17,5 @@ void str_push(str*, char*);
void str_pushl(str*, char*, size_t);
void str_clear(str*);
void str_popf(str*, int);
+void str_popb(str*, int);
#endif //__STR_H \ No newline at end of file