[hipl-commit] [trunk] Rev 3851: Forgot some doxygen from hip_for_each_hosts_file_line().

  • From: Miika Komu <miika@xxxxxx>
  • To: hipl-commit@xxxxxxxxxxxxx
  • Date: Mon, 8 Mar 2010 18:29:29 +0200

Committer: Miika Komu <miika@xxxxxx>
Date: Mon Mar 08 18:29:27 2010 +0200
Revision: 3851
Revision-id: miika@xxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxx
Branch nick: trunk

Log:
  Forgot some doxygen from hip_for_each_hosts_file_line().

Modified:
  M  lib/core/misc.c

=== modified file 'lib/core/misc.c'
--- lib/core/misc.c     2010-03-08 14:35:53 +0000
+++ lib/core/misc.c     2010-03-08 16:29:27 +0000
@@ -2845,7 +2845,7 @@
  * @param func the iterator function pointer
  * @param arg an input argument for the function pointer
  * @param an output argument for the function pointer
- * @return
+ * @return zero on success or non-zero on failure
  */
 int hip_for_each_hosts_file_line(const char *hosts_file,
                                  int(*func)(const struct hosts_file_line *line,

Other related posts:

  • » [hipl-commit] [trunk] Rev 3851: Forgot some doxygen from hip_for_each_hosts_file_line(). - Miika Komu