aboutsummaryrefslogtreecommitdiff
path: root/src/include/taler_util.h
diff options
context:
space:
mode:
Diffstat (limited to 'src/include/taler_util.h')
-rw-r--r--src/include/taler_util.h7
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 */
180void
181TALER_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