summaryrefslogtreecommitdiff
path: root/src/string.h
diff options
context:
space:
mode:
Diffstat (limited to 'src/string.h')
-rw-r--r--src/string.h2
1 files changed, 2 insertions, 0 deletions
diff --git a/src/string.h b/src/string.h
index 2ae5a98..7b1e27b 100644
--- a/src/string.h
+++ b/src/string.h
@@ -6,6 +6,8 @@ enum Comparison {
Comparison_GT,
};
+
+
int
string_new(const char *const string, const struct String **out);