Remove WUT_LIB_HEADER_START.

This commit is contained in:
James Benton
2016-01-07 14:09:43 +00:00
parent e8b6b9b308
commit 4bebe2242d
28 changed files with 162 additions and 74 deletions

View File

@@ -2,7 +2,9 @@
#include <wut.h>
#include "time.h"
WUT_LIB_HEADER_START
#ifdef __cplusplus
extern "C" {
#endif
typedef struct MPTask MPTask;
typedef struct MPTaskInfo MPTaskInfo;
@@ -178,4 +180,6 @@ MPRunTasksFromTaskQ(MPTaskQueue *queue,
BOOL
MPRunTask(MPTask *task);
WUT_LIB_HEADER_END
#ifdef __cplusplus
}
#endif