diff options
author | Linus Nordberg <linus@nordberg.se> | 2010-07-28 17:42:33 +0200 |
---|---|---|
committer | Linus Nordberg <linus@nordberg.se> | 2010-07-28 17:42:33 +0200 |
commit | da49a7267fee4e36cd1983158cbce7c1aa10e58a (patch) | |
tree | d466d87c8d8f5ca8a7c3c60a1f7828f5030f562c /src/or/rendmid.h | |
parent | 986dd554f4cfbbc1b3a9296bea032b71ea7d9b39 (diff) | |
download | tor-da49a7267fee4e36cd1983158cbce7c1aa10e58a.tar.gz tor-da49a7267fee4e36cd1983158cbce7c1aa10e58a.zip |
Fix typos, make all \brief's conformant, end sentences with a period.
Diffstat (limited to 'src/or/rendmid.h')
-rw-r--r-- | src/or/rendmid.h | 8 |
1 files changed, 4 insertions, 4 deletions
diff --git a/src/or/rendmid.h b/src/or/rendmid.h index 92df878fe5..4d08d4c8b9 100644 --- a/src/or/rendmid.h +++ b/src/or/rendmid.h @@ -5,12 +5,12 @@ /* See LICENSE for licensing information */ /** - * \file geoip.h - * \brief Header file for geoip functions + * \file rendmid.h + * \brief Header file for rendmid.c. **/ -#ifndef _TOR_GEOIP_H -#define _TOR_GEOIP_H +#ifndef _TOR_RENDMID_H +#define _TOR_RENDMID_H int rend_mid_establish_intro(or_circuit_t *circ, const char *request, size_t request_len); |