Test failed, go back to #pragma once

This commit is contained in:
jsteube
2016-09-06 09:53:40 +02:00
parent d86a92f2bf
commit 238b3e4401

View File

@@ -3,8 +3,7 @@
* License.....: MIT
*/
#ifndef _LOGGING_H
#define _LOGGING_H
#pragma once
#include <stdio.h>
#include <stdarg.h>
@@ -16,5 +15,3 @@ int log_error_nn (const char *fmt, ...);
int log_out (FILE *fp, const char *fmt, ...);
int log_info (const char *fmt, ...);
int log_error (const char *fmt, ...);
#endif