]> granicus.if.org Git - curl/commitdiff
Yang Tse adjusted the multiple header inclusion prevention definition
authorDaniel Stenberg <daniel@haxx.se>
Fri, 2 Dec 2005 23:23:49 +0000 (23:23 +0000)
committerDaniel Stenberg <daniel@haxx.se>
Fri, 2 Dec 2005 23:23:49 +0000 (23:23 +0000)
H_MPRINTF to our more used style __CURL_MPRINTF_H

include/curl/mprintf.h

index 8559b186738fcc315a8dad39bdbabd01648e35e3..e16961ec6286bffa113d3a9a245fcfeef88581d7 100644 (file)
@@ -1,3 +1,5 @@
+#ifndef __CURL_MPRINTF_H
+#define __CURL_MPRINTF_H
 /***************************************************************************
  *                                  _   _ ____  _
  *  Project                     ___| | | |  _ \| |
@@ -21,9 +23,6 @@
  * $Id$
  ***************************************************************************/
 
-#ifndef H_MPRINTF
-#define H_MPRINTF
-
 #include <stdarg.h>
 #include <stdio.h> /* needed for FILE */
 
@@ -53,4 +52,4 @@ CURL_EXTERN char *curl_mvaprintf(const char *format, va_list args);
 # define vaprintf curl_mvaprintf
 #endif
 
-#endif /* H_MPRINTF */
+#endif /* __CURL_MPRINTF_H */