summaryrefslogtreecommitdiff
path: root/utils/wpseditor/libwps/src/proxy.h
diff options
context:
space:
mode:
Diffstat (limited to 'utils/wpseditor/libwps/src/proxy.h')
-rw-r--r--utils/wpseditor/libwps/src/proxy.h25
1 files changed, 25 insertions, 0 deletions
diff --git a/utils/wpseditor/libwps/src/proxy.h b/utils/wpseditor/libwps/src/proxy.h
new file mode 100644
index 0000000000..3836ecc6d0
--- /dev/null
+++ b/utils/wpseditor/libwps/src/proxy.h
@@ -0,0 +1,25 @@
1#ifndef PROXY_H
2#define PROXY_h
3
4#include "screen_access.h"
5#include "api.h"
6#include "defs.h"
7
8#define DEBUGF dbgf
9#define DEBUGF1 dbgf
10#define DEBUGF2(...)
11#define DEBUGF3(...)
12
13EXPORT int checkwps(const char *filename, int verbose);
14EXPORT int wps_init(const char* filename,struct proxy_api *api,bool isfile);
15EXPORT int wps_display();
16EXPORT int wps_refresh();
17
18const char* get_model_name();
19
20extern struct screen screens[NB_SCREENS];
21extern bool debug_wps;
22extern int wps_verbose_level;
23
24
25#endif