aboutsummaryrefslogtreecommitdiff
path: root/src/include/gnunet_common.h
diff options
context:
space:
mode:
authorChristian Grothoff <christian@grothoff.org>2009-10-08 19:00:19 +0000
committerChristian Grothoff <christian@grothoff.org>2009-10-08 19:00:19 +0000
commitfe947a9704bed14c2fc74b2f2069596fe884cbad (patch)
tree644efdaa37d692b09f8e279bfe5e8b2ebe81448b /src/include/gnunet_common.h
parenta8b0ab037820f6a9f405be3855ce8d3ebbd4399b (diff)
downloadgnunet-fe947a9704bed14c2fc74b2f2069596fe884cbad.tar.gz
gnunet-fe947a9704bed14c2fc74b2f2069596fe884cbad.zip
better comments
Diffstat (limited to 'src/include/gnunet_common.h')
-rw-r--r--src/include/gnunet_common.h4
1 files changed, 2 insertions, 2 deletions
diff --git a/src/include/gnunet_common.h b/src/include/gnunet_common.h
index 402674f48..df601ac19 100644
--- a/src/include/gnunet_common.h
+++ b/src/include/gnunet_common.h
@@ -181,13 +181,13 @@ GNUNET_log_skip (unsigned int n, int check_reset);
181/** 181/**
182 * Setup logging. 182 * Setup logging.
183 * 183 *
184 * @param component default component to use 184 * @param comp default component to use
185 * @param loglevel what types of messages should be logged 185 * @param loglevel what types of messages should be logged
186 * @param logfile change logging to logfile (use NULL to keep stderr) 186 * @param logfile change logging to logfile (use NULL to keep stderr)
187 * @return GNUNET_OK on success, GNUNET_SYSERR if logfile could not be opened 187 * @return GNUNET_OK on success, GNUNET_SYSERR if logfile could not be opened
188 */ 188 */
189int 189int
190GNUNET_log_setup (const char *component, 190GNUNET_log_setup (const char *comp,
191 const char *loglevel, const char *logfile); 191 const char *loglevel, const char *logfile);
192 192
193/** 193/**