H_MPRINTF to our more used style __CURL_MPRINTF_H
+#ifndef __CURL_MPRINTF_H
+#define __CURL_MPRINTF_H
/***************************************************************************
* _ _ ____ _
* Project ___| | | | _ \| |
* $Id$
***************************************************************************/
-#ifndef H_MPRINTF
-#define H_MPRINTF
-
#include <stdarg.h>
#include <stdio.h> /* needed for FILE */
# define vaprintf curl_mvaprintf
#endif
-#endif /* H_MPRINTF */
+#endif /* __CURL_MPRINTF_H */