aboutsummaryrefslogtreecommitdiff
path: root/src/or/dnsserv.h
diff options
context:
space:
mode:
Diffstat (limited to 'src/or/dnsserv.h')
-rw-r--r--src/or/dnsserv.h4
1 files changed, 2 insertions, 2 deletions
diff --git a/src/or/dnsserv.h b/src/or/dnsserv.h
index 3aaa038d2..39bd1d33b 100644
--- a/src/or/dnsserv.h
+++ b/src/or/dnsserv.h
@@ -9,8 +9,8 @@
* \brief Header file for dnsserv.c.
**/
-#ifndef _TOR_DNSSERV_H
-#define _TOR_DNSSERV_H
+#ifndef TOR_DNSSERV_H
+#define TOR_DNSSERV_H
void dnsserv_configure_listener(connection_t *conn);
void dnsserv_close_listener(connection_t *conn);