aboutsummaryrefslogtreecommitdiff
path: root/include/curl/urlapi.h
diff options
context:
space:
mode:
Diffstat (limited to 'include/curl/urlapi.h')
-rw-r--r--include/curl/urlapi.h6
1 files changed, 3 insertions, 3 deletions
diff --git a/include/curl/urlapi.h b/include/curl/urlapi.h
index 58e89d85c..0f2f152f1 100644
--- a/include/curl/urlapi.h
+++ b/include/curl/urlapi.h
@@ -1,5 +1,5 @@
-#ifndef __CURL_URLAPI_H
-#define __CURL_URLAPI_H
+#ifndef CURLINC_URLAPI_H
+#define CURLINC_URLAPI_H
/***************************************************************************
* _ _ ____ _
* Project ___| | | | _ \| |
@@ -120,4 +120,4 @@ CURL_EXTERN CURLUcode curl_url_set(CURLU *handle, CURLUPart what,
} /* end of extern "C" */
#endif
-#endif
+#endif /* CURLINC_URLAPI_H */