aboutsummaryrefslogtreecommitdiff
path: root/src/util/util.c
diff options
context:
space:
mode:
Diffstat (limited to 'src/util/util.c')
-rw-r--r--src/util/util.c5
1 files changed, 3 insertions, 2 deletions
diff --git a/src/util/util.c b/src/util/util.c
index 3cc494fad..42977a16c 100644
--- a/src/util/util.c
+++ b/src/util/util.c
@@ -93,8 +93,6 @@ TALER_config_get_denom (const struct GNUNET_CONFIGURATION_Handle *cfg,
93} 93}
94 94
95 95
96
97
98/** 96/**
99 * Set an option with an amount from the command line. A pointer to 97 * Set an option with an amount from the command line. A pointer to
100 * this function should be passed as part of the 'struct 98 * this function should be passed as part of the 'struct
@@ -193,6 +191,7 @@ is_reserved (char c)
193 return GNUNET_YES; 191 return GNUNET_YES;
194} 192}
195 193
194
196/** 195/**
197 * Get the length of a string after it has been 196 * Get the length of a string after it has been
198 * urlencoded. 197 * urlencoded.
@@ -210,6 +209,7 @@ urlencode_len (const char *s)
210 return len; 209 return len;
211} 210}
212 211
212
213/** 213/**
214 * URL-encode a string according to rfc3986. 214 * URL-encode a string according to rfc3986.
215 * 215 *
@@ -748,4 +748,5 @@ TALER_buffer_write_vfstr (struct TALER_Buffer *buf,
748 GNUNET_assert (buf->position <= buf->capacity); 748 GNUNET_assert (buf->position <= buf->capacity);
749} 749}
750 750
751
751/* end of util.c */ 752/* end of util.c */