aboutsummaryrefslogtreecommitdiff
path: root/lib/rawstr.h
diff options
context:
space:
mode:
Diffstat (limited to 'lib/rawstr.h')
-rw-r--r--lib/rawstr.h8
1 files changed, 5 insertions, 3 deletions
diff --git a/lib/rawstr.h b/lib/rawstr.h
index d73dbc2c0..b491460d0 100644
--- a/lib/rawstr.h
+++ b/lib/rawstr.h
@@ -1,5 +1,5 @@
-#ifndef __RAWSTR_H
-#define __RAWSTR_H
+#ifndef HEADER_CURL_RAWSTR_H
+#define HEADER_CURL_RAWSTR_H
/***************************************************************************
* _ _ ____ _
* Project ___| | | | _ \| |
@@ -42,4 +42,6 @@ char Curl_raw_toupper(char in);
#define checkprefix(a,b) Curl_raw_nequal(a,b,strlen(a))
void Curl_strntoupper(char *dest, const char *src, size_t n);
-#endif
+
+#endif /* HEADER_CURL_RAWSTR_H */
+