aboutsummaryrefslogtreecommitdiff
path: root/src/authorization/libanastasiseufin/lae_common.h
diff options
context:
space:
mode:
Diffstat (limited to 'src/authorization/libanastasiseufin/lae_common.h')
-rw-r--r--src/authorization/libanastasiseufin/lae_common.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/authorization/libanastasiseufin/lae_common.h b/src/authorization/libanastasiseufin/lae_common.h
index 8879ba3..1c2c8fd 100644
--- a/src/authorization/libanastasiseufin/lae_common.h
+++ b/src/authorization/libanastasiseufin/lae_common.h
@@ -36,7 +36,7 @@
36 * @param auth authentication data to use 36 * @param auth authentication data to use
37 * @return #GNUNET_OK in success 37 * @return #GNUNET_OK in success
38 */ 38 */
39int 39enum GNUNET_GenericReturnValue
40ANASTASIS_EUFIN_setup_auth_ ( 40ANASTASIS_EUFIN_setup_auth_ (
41 CURL *easy, 41 CURL *easy,
42 const struct ANASTASIS_EUFIN_AuthenticationData *auth); 42 const struct ANASTASIS_EUFIN_AuthenticationData *auth);