summaryrefslogtreecommitdiff
path: root/src/credential/credential_serialization.h
diff options
context:
space:
mode:
Diffstat (limited to 'src/credential/credential_serialization.h')
-rw-r--r--src/credential/credential_serialization.h8
1 files changed, 8 insertions, 0 deletions
diff --git a/src/credential/credential_serialization.h b/src/credential/credential_serialization.h
index 65326de31..ebeae0d89 100644
--- a/src/credential/credential_serialization.h
+++ b/src/credential/credential_serialization.h
@@ -169,5 +169,13 @@ GNUNET_CREDENTIAL_credential_serialize (struct
169struct GNUNET_CREDENTIAL_Credential* 169struct GNUNET_CREDENTIAL_Credential*
170GNUNET_CREDENTIAL_credential_deserialize (const char*data, 170GNUNET_CREDENTIAL_credential_deserialize (const char*data,
171 size_t data_size); 171 size_t data_size);
172
173int
174GNUNET_CREDENTIAL_delegate_serialize (struct GNUNET_CREDENTIAL_Delegate *cred,
175 char **data);
176
177struct GNUNET_CREDENTIAL_Delegate*
178GNUNET_CREDENTIAL_delegate_deserialize (const char* data,
179 size_t data_size);
172#endif 180#endif
173/* end of credential_serialization.h */ 181/* end of credential_serialization.h */