[Author Prev][Author Next][Thread Prev][Thread Next][Author Index][Thread Index]
[or-cvs] comment cleanups
Update of /home2/or/cvsroot/tor/src/or
In directory moria:/home/arma/work/onion/cvs/tor/src/or
Modified Files:
circuitbuild.c control.c
Log Message:
comment cleanups
Index: circuitbuild.c
===================================================================
RCS file: /home2/or/cvsroot/tor/src/or/circuitbuild.c,v
retrieving revision 1.146
retrieving revision 1.147
diff -u -d -r1.146 -r1.147
--- circuitbuild.c 30 Sep 2005 21:38:57 -0000 1.146
+++ circuitbuild.c 4 Oct 2005 06:53:59 -0000 1.147
@@ -1663,7 +1663,7 @@
helper_nodes_changed();
}
-/** Remove all elements from the list of helper nodes */
+/** Remove all elements from the list of helper nodes. */
static void
clear_helper_nodes(void)
{
@@ -1672,7 +1672,7 @@
helper_nodes_changed();
}
-/** Release all storage held by the list of helper nodes */
+/** Release all storage held by the list of helper nodes. */
void
helper_nodes_free_all(void)
{
Index: control.c
===================================================================
RCS file: /home2/or/cvsroot/tor/src/or/control.c,v
retrieving revision 1.134
retrieving revision 1.135
diff -u -d -r1.134 -r1.135
--- control.c 30 Sep 2005 20:04:55 -0000 1.134
+++ control.c 4 Oct 2005 06:53:59 -0000 1.135
@@ -381,7 +381,7 @@
* string (unquoted, unescaped) into a newly allocated string in *<b>out</b>;
* store its length in <b>out_len</b>. On success, return a pointer to the
* character immediately following the escaped string. On failure, return
- * NULL. **/
+ * NULL. */
static const char *
get_escaped_string(const char *start, size_t in_len_max,
char **out, size_t *out_len)