diff options
Diffstat (limited to 'src/or')
-rw-r--r-- | src/or/circuitbuild.h | 2 | ||||
-rw-r--r-- | src/or/dnsserv.h | 2 | ||||
-rw-r--r-- | src/or/policies.h | 2 | ||||
-rw-r--r-- | src/or/reasons.h | 2 | ||||
-rw-r--r-- | src/or/rendclient.h | 2 | ||||
-rw-r--r-- | src/or/rendcommon.h | 2 | ||||
-rw-r--r-- | src/or/rendmid.h | 8 | ||||
-rw-r--r-- | src/or/rendservice.h | 2 | ||||
-rw-r--r-- | src/or/rephist.h | 2 | ||||
-rw-r--r-- | src/or/router.h | 2 | ||||
-rw-r--r-- | src/or/routerlist.h | 2 | ||||
-rw-r--r-- | src/or/routerparse.h | 2 |
12 files changed, 15 insertions, 15 deletions
diff --git a/src/or/circuitbuild.h b/src/or/circuitbuild.h index e19f3d9407..3a02f04202 100644 --- a/src/or/circuitbuild.h +++ b/src/or/circuitbuild.h @@ -5,7 +5,7 @@ /* See LICENSE for licensing information */ /** - * \file geoip.h + * \file circuitbuild.h * \brief Header file for circuitbuild.c. **/ diff --git a/src/or/dnsserv.h b/src/or/dnsserv.h index f3b73d45a8..5bf154ebb2 100644 --- a/src/or/dnsserv.h +++ b/src/or/dnsserv.h @@ -6,7 +6,7 @@ /** * \file dnsserv.h - * \brief Header file for dnsserv functions + * \brief Header file for dnsserv.c. **/ #ifndef _TOR_DNSSERV_H diff --git a/src/or/policies.h b/src/or/policies.h index b99ee797f7..dd46f4de9c 100644 --- a/src/or/policies.h +++ b/src/or/policies.h @@ -6,7 +6,7 @@ /** * \file policies.h - * \brief Header file for policy.c. + * \brief Header file for policies.c. **/ #ifndef _TOR_POLICIES_H diff --git a/src/or/reasons.h b/src/or/reasons.h index 1400e81453..b87d36a77a 100644 --- a/src/or/reasons.h +++ b/src/or/reasons.h @@ -6,7 +6,7 @@ /** * \file reasons.h - * \brief Header file for reasons.c + * \brief Header file for reasons.c. **/ #ifndef _TOR_REASONS_H diff --git a/src/or/rendclient.h b/src/or/rendclient.h index 4e6587b850..842fe0b8ce 100644 --- a/src/or/rendclient.h +++ b/src/or/rendclient.h @@ -6,7 +6,7 @@ /** * \file rendclient.h - * \brief Header file for client rend functions + * \brief Header file for rendclient.c. **/ #ifndef _TOR_RENDCLIENT_H diff --git a/src/or/rendcommon.h b/src/or/rendcommon.h index 5d60c2258e..00705022a2 100644 --- a/src/or/rendcommon.h +++ b/src/or/rendcommon.h @@ -6,7 +6,7 @@ /** * \file rendcommon.h - * \brief Header file for common rend functions + * \brief Header file for rendcommon.c. **/ #ifndef _TOR_RENDCOMMON_H 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); diff --git a/src/or/rendservice.h b/src/or/rendservice.h index 10874927e7..f979a39417 100644 --- a/src/or/rendservice.h +++ b/src/or/rendservice.h @@ -6,7 +6,7 @@ /** * \file rendservice.h - * \brief Header file for rendservice functions + * \brief Header file for rendservice.c. **/ #ifndef _TOR_RENDSERVICE_H diff --git a/src/or/rephist.h b/src/or/rephist.h index 1720c9a9f4..a845892214 100644 --- a/src/or/rephist.h +++ b/src/or/rephist.h @@ -6,7 +6,7 @@ /** * \file rephist.h - * \brief Header file for rephist functions + * \brief Header file for rephist.c. **/ #ifndef _TOR_REPHIST_H diff --git a/src/or/router.h b/src/or/router.h index c8a8506c43..d90a7cff90 100644 --- a/src/or/router.h +++ b/src/or/router.h @@ -6,7 +6,7 @@ /** * \file router.h - * \brief Header file for router functions + * \brief Header file for router.c. **/ #ifndef _TOR_ROUTER_H diff --git a/src/or/routerlist.h b/src/or/routerlist.h index bbb3c5fe0d..e31b07aef5 100644 --- a/src/or/routerlist.h +++ b/src/or/routerlist.h @@ -5,7 +5,7 @@ /** * \file routerlist.h - * \brief Header file for routerlist functions + * \brief Header file for routerlist.c. **/ #ifndef _TOR_ROUTERLIST_H diff --git a/src/or/routerparse.h b/src/or/routerparse.h index e246dbe9ca..2313f68e02 100644 --- a/src/or/routerparse.h +++ b/src/or/routerparse.h @@ -6,7 +6,7 @@ /** * \file routerpase.h - * \brief Header file for router information parsing. + * \brief Header file for routerparse.c. **/ #ifndef _TOR_ROUTERPARSE_H |