aboutsummaryrefslogtreecommitdiff
path: root/src/include/gnunet_helper_lib.h
diff options
context:
space:
mode:
Diffstat (limited to 'src/include/gnunet_helper_lib.h')
-rw-r--r--src/include/gnunet_helper_lib.h8
1 files changed, 4 insertions, 4 deletions
diff --git a/src/include/gnunet_helper_lib.h b/src/include/gnunet_helper_lib.h
index fde0a69ed..9c4c0c986 100644
--- a/src/include/gnunet_helper_lib.h
+++ b/src/include/gnunet_helper_lib.h
@@ -120,7 +120,7 @@ GNUNET_HELPER_stop (struct GNUNET_HELPER_Handle *h, int soft_kill);
120 120
121/** 121/**
122 * Continuation function. 122 * Continuation function.
123 * 123 *
124 * @param cls closure 124 * @param cls closure
125 * @param result #GNUNET_OK on success, 125 * @param result #GNUNET_OK on success,
126 * #GNUNET_NO if helper process died 126 * #GNUNET_NO if helper process died
@@ -145,12 +145,12 @@ struct GNUNET_HELPER_SendHandle;
145 * @param cont continuation to run once the message is out (#GNUNET_OK on succees, #GNUNET_NO 145 * @param cont continuation to run once the message is out (#GNUNET_OK on succees, #GNUNET_NO
146 * if the helper process died, #GNUNET_SYSERR during #GNUNET_HELPER_destroy). 146 * if the helper process died, #GNUNET_SYSERR during #GNUNET_HELPER_destroy).
147 * @param cont_cls closure for @a cont 147 * @param cont_cls closure for @a cont
148 * @return NULL if the message was dropped, 148 * @return NULL if the message was dropped,
149 * otherwise handle to cancel @a cont (actual transmission may 149 * otherwise handle to cancel @a cont (actual transmission may
150 * not be abortable) 150 * not be abortable)
151 */ 151 */
152struct GNUNET_HELPER_SendHandle * 152struct GNUNET_HELPER_SendHandle *
153GNUNET_HELPER_send (struct GNUNET_HELPER_Handle *h, 153GNUNET_HELPER_send (struct GNUNET_HELPER_Handle *h,
154 const struct GNUNET_MessageHeader *msg, 154 const struct GNUNET_MessageHeader *msg,
155 int can_drop, 155 int can_drop,
156 GNUNET_HELPER_Continuation cont, 156 GNUNET_HELPER_Continuation cont,
@@ -166,5 +166,5 @@ GNUNET_HELPER_send (struct GNUNET_HELPER_Handle *h,
166void 166void
167GNUNET_HELPER_send_cancel (struct GNUNET_HELPER_SendHandle *sh); 167GNUNET_HELPER_send_cancel (struct GNUNET_HELPER_SendHandle *sh);
168 168
169#endif 169#endif
170/* end of include guard: GNUNET_HELPER_LIB_H */ 170/* end of include guard: GNUNET_HELPER_LIB_H */