diff options
author | Nick Mathewson <nickm@torproject.org> | 2004-11-09 20:04:00 +0000 |
---|---|---|
committer | Nick Mathewson <nickm@torproject.org> | 2004-11-09 20:04:00 +0000 |
commit | 5a5be93f80a3cdb3d72311ece04ccc510c15626c (patch) | |
tree | e8c93b2cc57de810b0dfb0dc35a90727be4a57dc /src/or/or.h | |
parent | d9d053d70b23ef46610867298dabdec579cef9c4 (diff) | |
download | tor-5a5be93f80a3cdb3d72311ece04ccc510c15626c.tar tor-5a5be93f80a3cdb3d72311ece04ccc510c15626c.tar.gz |
Normalize whitespace; add a "tell me about all the unnormalized whitespace" target; fix a braino in dirserv.c
svn:r2758
Diffstat (limited to 'src/or/or.h')
-rw-r--r-- | src/or/or.h | 3 |
1 files changed, 0 insertions, 3 deletions
diff --git a/src/or/or.h b/src/or/or.h index 4ab2d23ce..7fb834007 100644 --- a/src/or/or.h +++ b/src/or/or.h @@ -97,7 +97,6 @@ #include <time.h> #endif - #ifdef MS_WINDOWS #if (_MSC_VER <= 1300) #include <winsock.h> @@ -719,7 +718,6 @@ typedef struct { int failure_count; } cpath_build_state_t; - #define CIRCUIT_MAGIC 0x35315243u /** Struct for a path (circuit) through the onion routing network. */ struct circuit_t { @@ -1578,7 +1576,6 @@ int router_update_status_from_smartlist(routerinfo_t *r, void add_trusted_dir_server(const char *addr, uint16_t port,const char *digest); void clear_trusted_dir_servers(void); - /********************************* routerparse.c ************************/ typedef struct tor_version_t { |