diff options
Diffstat (limited to 'src/include/taler_util.h')
-rw-r--r-- | src/include/taler_util.h | 7 |
1 files changed, 7 insertions, 0 deletions
diff --git a/src/include/taler_util.h b/src/include/taler_util.h index 59824a521..79e247791 100644 --- a/src/include/taler_util.h +++ b/src/include/taler_util.h | |||
@@ -175,6 +175,13 @@ TALER_project_data_default (void); | |||
175 | 175 | ||
176 | 176 | ||
177 | /** | 177 | /** |
178 | * Initialize libtalerutil. | ||
179 | */ | ||
180 | void | ||
181 | TALER_OS_init (void); | ||
182 | |||
183 | |||
184 | /** | ||
178 | * URL-encode a string according to rfc3986. | 185 | * URL-encode a string according to rfc3986. |
179 | * | 186 | * |
180 | * @param s string to encode | 187 | * @param s string to encode |