aboutsummaryrefslogtreecommitdiff
path: root/src/include/gnunet_nse_service.h
diff options
context:
space:
mode:
Diffstat (limited to 'src/include/gnunet_nse_service.h')
-rw-r--r--src/include/gnunet_nse_service.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/include/gnunet_nse_service.h b/src/include/gnunet_nse_service.h
index 73a70ea24..23aff01c3 100644
--- a/src/include/gnunet_nse_service.h
+++ b/src/include/gnunet_nse_service.h
@@ -87,7 +87,7 @@ typedef void (*GNUNET_NSE_Callback) (void *cls,
87 * Connect to the network size estimation service. 87 * Connect to the network size estimation service.
88 * 88 *
89 * @param cfg the configuration to use 89 * @param cfg the configuration to use
90 * @param func funtion to call with network size estimate 90 * @param func function to call with network size estimate
91 * @param func_cls closure to pass to @a func 91 * @param func_cls closure to pass to @a func
92 * @return handle to use in #GNUNET_NSE_disconnect to stop NSE from invoking the callbacks 92 * @return handle to use in #GNUNET_NSE_disconnect to stop NSE from invoking the callbacks
93 */ 93 */