summaryrefslogtreecommitdiff
path: root/api/api.h
diff options
context:
space:
mode:
Diffstat (limited to 'api/api.h')
-rw-r--r--api/api.h20
1 files changed, 0 insertions, 20 deletions
diff --git a/api/api.h b/api/api.h
index 8fba13c..441f258 100644
--- a/api/api.h
+++ b/api/api.h
@@ -1,24 +1,4 @@
#ifndef API_H
#define API_H
-#ifdef __cplusplus
-extern "C" {
-#endif
-
-struct PluginInfo
-{
-// DWORD dwPluginType; //unused for now
- char *szPluginName;
-};
-
-struct HostInfo
-{
- DWORD dwVersion;
-};
-
-__declspec(dllexport) void GetPluginInfo(PluginInfo* pPluginInfo, DWORD *pdwResult);
-__declspec(dllexport) void PluginHandler(DWORD dwCode, HostInfo *pHostInfo, DWORD *pdwResult);
-#ifdef __cplusplus
-}
-#endif
#endif //API_H