aboutsummarylogtreecommitdiffstats
path: root/string-tick.h
diff options
context:
space:
mode:
Diffstat (limited to 'string-tick.h')
-rw-r--r--string-tick.h4
1 files changed, 4 insertions, 0 deletions
diff --git a/string-tick.h b/string-tick.h
index 3e9575560d3a..1397ee3fb2ef 100644
--- a/string-tick.h
+++ b/string-tick.h
@@ -13,6 +13,8 @@ struct string {
typedef struct string String;
+typedef struct json_object Json;
+
/**
* Creates and returns a STRING
* object with size 1 and no data
@@ -40,6 +42,8 @@ void strtoupper(char* str);
*/
char* strip_char(char* string, char c);
+void string_write_portfolio(String* pString);
+
/**
* Destroys String object and frees memory
* @param phString the String to destroy