diff options
author | Sebastian Hahn <sebastian@torproject.org> | 2010-07-23 23:23:43 +0200 |
---|---|---|
committer | Sebastian Hahn <sebastian@torproject.org> | 2010-07-27 10:00:46 +0200 |
commit | 05072723cb8c14193376964ad5716a962d707770 (patch) | |
tree | b7ab9f340984d68cb8002d54c1dd5424a667b7b2 /src/or/routerparse.h | |
parent | df9d42cef56c856db44c22cd3e2eb2a6e2ff1e4c (diff) | |
download | tor-05072723cb8c14193376964ad5716a962d707770.tar.gz tor-05072723cb8c14193376964ad5716a962d707770.zip |
Create routerparse.h
Diffstat (limited to 'src/or/routerparse.h')
-rw-r--r-- | src/or/routerparse.h | 11 |
1 files changed, 5 insertions, 6 deletions
diff --git a/src/or/routerparse.h b/src/or/routerparse.h index e615636465..e246dbe9ca 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 + |