* Sync up to trunk HEAD (r62285). Branch guys deserve the significant speedups too ;)
[reactos.git] / base / applications / network / nslookup / nslookup.h
index d6b10ec..9bd8781 100644 (file)
@@ -1,3 +1,6 @@
+#ifndef _NSLOOKUP_H
+#define _NSLOOKUP_H
+
 #include <stdarg.h>
 
 #define WIN32_NO_STATUS
@@ -111,3 +114,5 @@ PCHAR   TypeIDtoTypeName( USHORT TypeID );
 USHORT  TypeNametoTypeID( PCHAR TypeName );
 PCHAR   ClassIDtoClassName( USHORT ClassID );
 USHORT  ClassNametoClassID( PCHAR ClassName );
+
+#endif /* _NSLOOKUP_H */