aboutsummaryrefslogtreecommitdiff
path: root/src/or/routerparse.h
diff options
context:
space:
mode:
authorSebastian Hahn <sebastian@torproject.org>2010-07-23 23:23:43 +0200
committerSebastian Hahn <sebastian@torproject.org>2010-07-27 10:00:46 +0200
commit05072723cb8c14193376964ad5716a962d707770 (patch)
treeb7ab9f340984d68cb8002d54c1dd5424a667b7b2 /src/or/routerparse.h
parentdf9d42cef56c856db44c22cd3e2eb2a6e2ff1e4c (diff)
downloadtor-05072723cb8c14193376964ad5716a962d707770.tar
tor-05072723cb8c14193376964ad5716a962d707770.tar.gz
Create routerparse.h
Diffstat (limited to 'src/or/routerparse.h')
-rw-r--r--src/or/routerparse.h11
1 files changed, 5 insertions, 6 deletions
diff --git a/src/or/routerparse.h b/src/or/routerparse.h
index e61563646..e246dbe9c 100644
--- a/src/or/routerparse.h
+++ b/src/or/routerparse.h
@@ -5,14 +5,12 @@
/* See LICENSE for licensing information */
/**
- * \file geoip.h
- * \brief Header file for geoip functions
+ * \file routerpase.h
+ * \brief Header file for router information parsing.
**/
-#ifndef _TOR_GEOIP_H
-#define _TOR_GEOIP_H
-
-#define MAX_STATUS_TAG_LEN 32
+#ifndef _TOR_ROUTERPARSE_H
+#define _TOR_ROUTERPARSE_H
int router_get_router_hash(const char *s, size_t s_len, char *digest);
int router_get_dir_hash(const char *s, char *digest);
@@ -91,3 +89,4 @@ int rend_parse_client_keys(strmap_t *parsed_clients, const char *str);
void tor_gettimeofday_cache_clear(void);
#endif
+