summaryrefslogtreecommitdiff
path: root/src/mapi/mapi/stub.h
diff options
context:
space:
mode:
authorChia-I Wu <olv@lunarg.com>2010-12-24 17:26:08 +0800
committerChia-I Wu <olv@lunarg.com>2010-12-24 17:33:50 +0800
commita91a337a7dce11b1904387072e90bdc8b9366638 (patch)
tree9536696137bf917095b4afd5ab1e4c5718d60218 /src/mapi/mapi/stub.h
parenta33e9f049db5b7c9f3d801d3ffa7312e9a5d9637 (diff)
mapi: Move mapi_func typedef to entry.h.
Make it clear that entry.h does not depend on stub.h.
Diffstat (limited to 'src/mapi/mapi/stub.h')
-rw-r--r--src/mapi/mapi/stub.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/mapi/mapi/stub.h b/src/mapi/mapi/stub.h
index e72e530e29..b2b6f1839c 100644
--- a/src/mapi/mapi/stub.h
+++ b/src/mapi/mapi/stub.h
@@ -29,7 +29,7 @@
#ifndef _STUB_H_
#define _STUB_H_
-typedef void (*mapi_func)(void);
+#include "entry.h"
struct mapi_stub;