summaryrefslogtreecommitdiff
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.h11
1 files changed, 6 insertions, 5 deletions
diff --git a/src/include/taler_util.h b/src/include/taler_util.h
index c767a32e3..e1b42f134 100644
--- a/src/include/taler_util.h
+++ b/src/include/taler_util.h
@@ -193,7 +193,8 @@ TALER_buffer_write_fstr (struct TALER_Buffer *buf, const char *fmt, ...);
* @param args format argument list
*/
void
-TALER_buffer_write_vfstr (struct TALER_Buffer *buf, const char *fmt, va_list args);
+TALER_buffer_write_vfstr (struct TALER_Buffer *buf, const char *fmt, va_list
+ args);
/**
@@ -360,10 +361,10 @@ TALER_url_absolute_raw (const char *proto,
*/
char *
TALER_url_absolute_raw_va (const char *proto,
- const char *host,
- const char *prefix,
- const char *path,
- va_list args);
+ const char *host,
+ const char *prefix,
+ const char *path,
+ va_list args);
/**