aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--src/include/gnunet_set_service.h3
1 files changed, 2 insertions, 1 deletions
diff --git a/src/include/gnunet_set_service.h b/src/include/gnunet_set_service.h
index dfe9b8954b..a2999aebcb 100644
--- a/src/include/gnunet_set_service.h
+++ b/src/include/gnunet_set_service.h
@@ -558,7 +558,8 @@ GNUNET_SET_element_dup (const struct GNUNET_SET_Element *element);
* should be stored
*/
void
-GNUNET_SET_element_hash (const struct GNUNET_SET_Element *element, struct GNUNET_HashCode *ret_hash);
+GNUNET_SET_element_hash (const struct GNUNET_SET_Element *element,
+ struct GNUNET_HashCode *ret_hash);
#if 0 /* keep Emacsens' auto-indent happy */