[Author Prev][Author Next][Thread Prev][Thread Next][Author Index][Thread Index]
[or-cvs] Implement hidserv_XX functions; there is still an XXX in di...
- To: or-cvs@freehaven.net
- Subject: [or-cvs] Implement hidserv_XX functions; there is still an XXX in di...
- From: nickm@seul.org (Nick Mathewson)
- Date: Tue, 30 Mar 2004 22:42:58 -0500 (EST)
- Delivered-to: archiver@seul.org
- Delivered-to: or-cvs-outgoing@seul.org
- Delivered-to: or-cvs@seul.org
- Delivery-date: Tue, 30 Mar 2004 22:43:18 -0500
- Reply-to: or-dev@freehaven.net
- Sender: owner-or-cvs@freehaven.net
Update of /home/or/cvsroot/src/common
In directory moria.mit.edu:/tmp/cvs-serv12566/src/common
Modified Files:
util.c
Log Message:
Implement hidserv_XX functions; there is still an XXX in directory_handle_command
Index: util.c
===================================================================
RCS file: /home/or/cvsroot/src/common/util.c,v
retrieving revision 1.73
retrieving revision 1.74
diff -u -d -r1.73 -r1.74
--- util.c 30 Mar 2004 22:59:00 -0000 1.73
+++ util.c 31 Mar 2004 03:42:55 -0000 1.74
@@ -380,7 +380,7 @@
*
* // uppercase values in "map", removing empty values.
*
- * strmap_iterator_t *iter;
+ * strmap_iter_t *iter;
* const char *key;
* void *val;
* char *cp;