summaryrefslogtreecommitdiff
path: root/qstd/str.h
diff options
context:
space:
mode:
Diffstat (limited to 'qstd/str.h')
-rw-r--r--qstd/str.h1
1 files changed, 1 insertions, 0 deletions
diff --git a/qstd/str.h b/qstd/str.h
index 8158554..cb35796 100644
--- a/qstd/str.h
+++ b/qstd/str.h
@@ -16,5 +16,6 @@ int string_copy(char* dst, const char* src);
int string_len(const char* s);
char* dup_string(struct Arena* a, const char* s);
char* dup_stringh(struct Heap* h, const char* s);
+const char* next_line(const char* line);
#endif