aboutsummaryrefslogtreecommitdiff
path: root/src
diff options
context:
space:
mode:
authorPhilipp Tölke <toelke@in.tum.de>2011-01-19 08:27:26 +0000
committerPhilipp Tölke <toelke@in.tum.de>2011-01-19 08:27:26 +0000
commit2df8d5de12487746f38f2887fa9bf13122afc4c6 (patch)
tree12bf8ca05082805779aac6bd86721700e8f2ae6a /src
parenta9974b1ca0c6fd24cbe1f4ca9acd1fafe91554c8 (diff)
downloadgnunet-2df8d5de12487746f38f2887fa9bf13122afc4c6.tar.gz
gnunet-2df8d5de12487746f38f2887fa9bf13122afc4c6.zip
fixed doxygen warning
Diffstat (limited to 'src')
-rw-r--r--src/vpn/gnunet-daemon-exit.c4
1 files changed, 2 insertions, 2 deletions
diff --git a/src/vpn/gnunet-daemon-exit.c b/src/vpn/gnunet-daemon-exit.c
index 909f67842..6d4a3b69f 100644
--- a/src/vpn/gnunet-daemon-exit.c
+++ b/src/vpn/gnunet-daemon-exit.c
@@ -242,12 +242,12 @@ receive_udp_service (void *cls,
242} 242}
243 243
244/** 244/**
245 * Main function that will be run by the scheduler. 245 * @brief Main function that will be run by the scheduler.
246 * 246 *
247 * @param cls closure 247 * @param cls closure
248 * @param args remaining command-line arguments 248 * @param args remaining command-line arguments
249 * @param cfgfile name of the configuration file used (for saving, can be NULL!) 249 * @param cfgfile name of the configuration file used (for saving, can be NULL!)
250 * @param cfg configuration 250 * @param cfg_ configuration
251 */ 251 */
252static void 252static void
253run (void *cls, 253run (void *cls,