summaryrefslogtreecommitdiff
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,
}
-
-
/**
* Set an option with an amount from the command line. A pointer to
* this function should be passed as part of the 'struct
@@ -193,6 +191,7 @@ is_reserved (char c)
return GNUNET_YES;
}
+
/**
* Get the length of a string after it has been
* urlencoded.
@@ -210,6 +209,7 @@ urlencode_len (const char *s)
return len;
}
+
/**
* URL-encode a string according to rfc3986.
*
@@ -748,4 +748,5 @@ TALER_buffer_write_vfstr (struct TALER_Buffer *buf,
GNUNET_assert (buf->position <= buf->capacity);
}
+
/* end of util.c */