#ifndef FREERDP_SERVER_PROXY_FILTERS_API_H
#define FREERDP_SERVER_PROXY_FILTERS_API_H
+#include <freerdp/freerdp.h>
#include <winpr/winpr.h>
+#define PROXY_API FREERDP_API
+
enum pf_filter_result {
FILTER_PASS = 0,
FILTER_DROP,
/* implement this method and register callbacks for proxy events
* return TRUE if initialization succeeded, otherwise FALSE.
**/
-BOOL filter_init(proxyEvents* events);
+PROXY_API BOOL filter_init(proxyEvents* events);
#endif /* FREERDP_SERVER_PROXY_FILTERS_API_H */