[Author Prev][Author Next][Thread Prev][Thread Next][Author Index][Thread Index]
[or-cvs] while we"re at it, fix a cosmetic compiler warning on fedor...
- To: or-cvs@freehaven.net
- Subject: [or-cvs] while we"re at it, fix a cosmetic compiler warning on fedor...
- From: arma@seul.org (Roger Dingledine)
- Date: Sun, 4 Jul 2004 02:22:47 -0400 (EDT)
- Delivered-to: archiver@seul.org
- Delivered-to: or-cvs-outgoing@seul.org
- Delivered-to: or-cvs@seul.org
- Delivery-date: Sun, 04 Jul 2004 02:22:58 -0400
- Reply-to: or-dev@freehaven.net
- Sender: owner-or-cvs@freehaven.net
Update of /home/or/cvsroot/src/or
In directory moria.mit.edu:/home2/arma/work/onion/0071/src/or
Modified Files:
Tag: tor-0_0_7-patches
or.h
Log Message:
while we're at it, fix a cosmetic compiler warning on fedora and maybe others
Index: or.h
===================================================================
RCS file: /home/or/cvsroot/src/or/or.h,v
retrieving revision 1.365
retrieving revision 1.365.2.1
diff -u -d -r1.365 -r1.365.2.1
--- or.h 5 Jun 2004 01:56:54 -0000 1.365
+++ or.h 4 Jul 2004 06:22:45 -0000 1.365.2.1
@@ -1115,6 +1115,7 @@
void dns_init(void);
int connection_dns_finished_flushing(connection_t *conn);
int connection_dns_process_inbuf(connection_t *conn);
+void dnsworkers_rotate(void);
void connection_dns_remove(connection_t *conn);
void assert_connection_edge_not_dns_pending(connection_t *conn);
void assert_all_pending_dns_resolves_ok(void);