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.h6
1 files changed, 4 insertions, 2 deletions
diff --git a/utils/wpseditor/libwps/src/proxy.h b/utils/wpseditor/libwps/src/proxy.h
index 3836ecc6d0..df0abd3c3e 100644
--- a/utils/wpseditor/libwps/src/proxy.h
+++ b/utils/wpseditor/libwps/src/proxy.h
@@ -1,6 +1,8 @@
1#ifndef PROXY_H 1#ifndef PROXY_H
2#define PROXY_h 2#define PROXY_h
3 3
4#include <stdio.h>
5
4#include "screen_access.h" 6#include "screen_access.h"
5#include "api.h" 7#include "api.h"
6#include "defs.h" 8#include "defs.h"
@@ -9,13 +11,13 @@
9#define DEBUGF1 dbgf 11#define DEBUGF1 dbgf
10#define DEBUGF2(...) 12#define DEBUGF2(...)
11#define DEBUGF3(...) 13#define DEBUGF3(...)
14#define DEBUGF4(...)
12 15
13EXPORT int checkwps(const char *filename, int verbose); 16EXPORT int checkwps(const char *filename, int verbose);
14EXPORT int wps_init(const char* filename,struct proxy_api *api,bool isfile); 17EXPORT int wps_init(const char* filename,struct proxy_api *api,bool isfile);
15EXPORT int wps_display(); 18EXPORT int wps_display();
16EXPORT int wps_refresh(); 19EXPORT int wps_refresh();
17 20EXPORT const char* get_model_name();
18const char* get_model_name();
19 21
20extern struct screen screens[NB_SCREENS]; 22extern struct screen screens[NB_SCREENS];
21extern bool debug_wps; 23extern bool debug_wps;