aboutsummaryrefslogtreecommitdiff
path: root/src/include
diff options
context:
space:
mode:
authorChristian Grothoff <christian@grothoff.org>2014-10-03 21:21:41 +0000
committerChristian Grothoff <christian@grothoff.org>2014-10-03 21:21:41 +0000
commit75bfe7c6d377988e29128e930eae2a325fd0705b (patch)
tree2ffc5a764fdc0fdfa4fd8e830cd3179de401af43 /src/include
parent5c043b7a736e72573376edc105b4add7c2cc5c04 (diff)
downloadgnunet-75bfe7c6d377988e29128e930eae2a325fd0705b.tar.gz
gnunet-75bfe7c6d377988e29128e930eae2a325fd0705b.zip
-doxygen
Diffstat (limited to 'src/include')
-rw-r--r--src/include/gnunet_nat_lib.h6
1 files changed, 3 insertions, 3 deletions
diff --git a/src/include/gnunet_nat_lib.h b/src/include/gnunet_nat_lib.h
index b11f1894e..a1a577ae3 100644
--- a/src/include/gnunet_nat_lib.h
+++ b/src/include/gnunet_nat_lib.h
@@ -318,7 +318,7 @@ GNUNET_NAT_test_stop (struct GNUNET_NAT_Test *tst);
318 * 318 *
319 * @param cls closure 319 * @param cls closure
320 * @param addr the address, NULL on errors 320 * @param addr the address, NULL on errors
321 * @param result GNUNET_NAT_ERROR_SUCCESS on success, otherwise the specific error code 321 * @param result #GNUNET_NAT_ERROR_SUCCESS on success, otherwise the specific error code
322 */ 322 */
323typedef void (*GNUNET_NAT_IPCallback) (void *cls, 323typedef void (*GNUNET_NAT_IPCallback) (void *cls,
324 const struct in_addr *addr, 324 const struct in_addr *addr,
@@ -370,7 +370,7 @@ struct GNUNET_NAT_MiniHandle;
370 * the previous (now invalid) one, #GNUNET_SYSERR indicates an error 370 * the previous (now invalid) one, #GNUNET_SYSERR indicates an error
371 * @param addr either the previous or the new public IP address 371 * @param addr either the previous or the new public IP address
372 * @param addrlen actual length of the @a addr 372 * @param addrlen actual length of the @a addr
373 * @param result GNUNET_NAT_ERROR_SUCCESS on success, otherwise the specific error code 373 * @param result #GNUNET_NAT_ERROR_SUCCESS on success, otherwise the specific error code
374 */ 374 */
375typedef void 375typedef void
376(*GNUNET_NAT_MiniAddressCallback) (void *cls, 376(*GNUNET_NAT_MiniAddressCallback) (void *cls,
@@ -424,7 +424,7 @@ struct GNUNET_NAT_AutoHandle;
424 * @param cls closure 424 * @param cls closure
425 * @param diff minimal suggested changes to the original configuration 425 * @param diff minimal suggested changes to the original configuration
426 * to make it work (as best as we can) 426 * to make it work (as best as we can)
427 * @param result GNUNET_NAT_ERROR_SUCCESS on success, otherwise the specific error code 427 * @param result #GNUNET_NAT_ERROR_SUCCESS on success, otherwise the specific error code
428 */ 428 */
429typedef void 429typedef void
430(*GNUNET_NAT_AutoResultCallback)(void *cls, 430(*GNUNET_NAT_AutoResultCallback)(void *cls,