summaryrefslogtreecommitdiff
path: root/include/dns.h
diff options
context:
space:
mode:
authorRobin Burchell <viroteck@viroteck.net>2012-04-15 12:53:52 -0700
committerRobin Burchell <viroteck@viroteck.net>2012-04-15 12:53:52 -0700
commit76619990ad82501afc95d0c76f057a2841862de9 (patch)
treed656853eda2ca9e566537647a43d0ed9aa4cd561 /include/dns.h
parentc3c98c05d88fcb24feb3e52cc77bd34425870b15 (diff)
parent9ebd9cba72056c5b36696e166826afb981f25ebb (diff)
Merge pull request #55 from Justasic/insp20
[2.0] Fixes for bug #12
Diffstat (limited to 'include/dns.h')
-rw-r--r--include/dns.h4
1 files changed, 2 insertions, 2 deletions
diff --git a/include/dns.h b/include/dns.h
index b22a2032e..0e11f0d17 100644
--- a/include/dns.h
+++ b/include/dns.h
@@ -29,8 +29,8 @@ along with this program; if not, write to the Free Software
Foundation, Inc., 59 Temple Place, Suite 330, Boston, MA 02111-1307 USA
*/
-#ifndef _DNS_H
-#define _DNS_H
+#ifndef DNS_H
+#define DNS_H
#include "socket.h"
#include "hashcomp.h"