aboutsummaryrefslogtreecommitdiff
path: root/src/abd/delegate_misc.c
diff options
context:
space:
mode:
Diffstat (limited to 'src/abd/delegate_misc.c')
-rw-r--r--src/abd/delegate_misc.c2
1 files changed, 2 insertions, 0 deletions
diff --git a/src/abd/delegate_misc.c b/src/abd/delegate_misc.c
index fb5834274..df34cff8b 100644
--- a/src/abd/delegate_misc.c
+++ b/src/abd/delegate_misc.c
@@ -75,6 +75,7 @@ GNUNET_ABD_delegate_to_string (
75 return cred_str; 75 return cred_str;
76} 76}
77 77
78
78struct GNUNET_ABD_Delegate * 79struct GNUNET_ABD_Delegate *
79GNUNET_ABD_delegate_from_string (const char *s) 80GNUNET_ABD_delegate_from_string (const char *s)
80{ 81{
@@ -174,6 +175,7 @@ GNUNET_ABD_delegate_from_string (const char *s)
174 return dele; 175 return dele;
175} 176}
176 177
178
177/** 179/**
178 * Issue an attribute to a subject 180 * Issue an attribute to a subject
179 * 181 *