aboutsummaryrefslogtreecommitdiff
path: root/lib/tftp.h
diff options
context:
space:
mode:
Diffstat (limited to 'lib/tftp.h')
-rw-r--r--lib/tftp.h9
1 files changed, 5 insertions, 4 deletions
diff --git a/lib/tftp.h b/lib/tftp.h
index b2d67b26b..117b40f62 100644
--- a/lib/tftp.h
+++ b/lib/tftp.h
@@ -1,6 +1,5 @@
-#ifndef __TFTP_H
-#define __TFTP_H
-
+#ifndef HEADER_CURL_TFTP_H
+#define HEADER_CURL_TFTP_H
/***************************************************************************
* _ _ ____ _
* Project ___| | | | _ \| |
@@ -25,4 +24,6 @@
#ifndef CURL_DISABLE_TFTP
extern const struct Curl_handler Curl_handler_tftp;
#endif
-#endif
+
+#endif /* HEADER_CURL_TFTP_H */
+