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.h48
1 files changed, 0 insertions, 48 deletions
diff --git a/utils/wpseditor/libwps/src/proxy.h b/utils/wpseditor/libwps/src/proxy.h
deleted file mode 100644
index 2f8e984aaa..0000000000
--- a/utils/wpseditor/libwps/src/proxy.h
+++ /dev/null
@@ -1,48 +0,0 @@
1/***************************************************************************
2 * __________ __ ___.
3 * Open \______ \ ____ ____ | | _\_ |__ _______ ___
4 * Source | _// _ \_/ ___\| |/ /| __ \ / _ \ \/ /
5 * Jukebox | | ( <_> ) \___| < | \_\ ( <_> > < <
6 * Firmware |____|_ /\____/ \___ >__|_ \|___ /\____/__/\_ \
7 * \/ \/ \/ \/ \/
8 *
9 * Copyright (C) 2007 by Rostilav Checkan
10 * $Id$
11 *
12 * This program is free software; you can redistribute it and/or
13 * modify it under the terms of the GNU General Public License
14 * as published by the Free Software Foundation; either version 2
15 * of the License, or (at your option) any later version.
16 *
17 * This software is distributed on an "AS IS" basis, WITHOUT WARRANTY OF ANY
18 * KIND, either express or implied.
19 *
20 ****************************************************************************/
21
22#ifndef PROXY_H
23#define PROXY_h
24
25#include <stdio.h>
26
27#include "screen_access.h"
28#include "api.h"
29#include "defs.h"
30
31#define DEBUGF dbgf
32#define DEBUGF1 dbgf
33#define DEBUGF2(...)
34#define DEBUGF3(...)
35#define DEBUGF4(...)
36
37EXPORT int checkwps(const char *filename, int verbose);
38EXPORT int wps_init(const char* filename,struct proxy_api *api,bool isfile);
39EXPORT int wps_display();
40EXPORT int wps_refresh();
41EXPORT const char* get_model_name();
42
43extern struct screen screens[NB_SCREENS];
44extern bool debug_wps;
45extern int wps_verbose_level;
46
47
48#endif