summaryrefslogtreecommitdiff
path: root/src/include/taler_util.h
diff options
context:
space:
mode:
authorChristian Grothoff <christian@grothoff.org>2021-09-27 10:52:39 +0200
committerChristian Grothoff <christian@grothoff.org>2021-09-27 10:52:39 +0200
commit01c7f33c7f91522a466de4792a7302b3d0a43b5e (patch)
tree9b47199ee121b5e0825cba93744462216267f3d8 /src/include/taler_util.h
parent4a92cc0584f6d12904bafaf9cadeef5cc12e6b2e (diff)
downloadexchange-01c7f33c7f91522a466de4792a7302b3d0a43b5e.tar.gz
exchange-01c7f33c7f91522a466de4792a7302b3d0a43b5e.tar.bz2
exchange-01c7f33c7f91522a466de4792a7302b3d0a43b5e.zip
-indent
Diffstat (limited to 'src/include/taler_util.h')
-rw-r--r--src/include/taler_util.h4
1 files changed, 3 insertions, 1 deletions
diff --git a/src/include/taler_util.h b/src/include/taler_util.h
index 4b03fefae..68c4b52de 100644
--- a/src/include/taler_util.h
+++ b/src/include/taler_util.h
@@ -1,6 +1,6 @@
/*
This file is part of TALER
- Copyright (C) 2014-2020 Taler Systems SA
+ Copyright (C) 2014-2021 Taler Systems SA
TALER is free software; you can redistribute it and/or modify it under the
terms of the GNU General Public License as published by the Free Software
@@ -196,6 +196,7 @@ TALER_OS_init (void);
char *
TALER_urlencode (const char *s);
+
/**
* Test if all characters in @a url are valid for
* a URL.
@@ -206,6 +207,7 @@ TALER_urlencode (const char *s);
bool
TALER_url_valid_charset (const char *url);
+
/**
* Check if @a lang matches the @a language_pattern, and if so with
* which preference.