From 212602432107457092f019607339365691dcaa67 Mon Sep 17 00:00:00 2001 From: kubistika Date: Sun, 12 May 2019 21:25:00 +0300 Subject: [PATCH] server/proxy: Add docs in filters_api.h --- server/proxy/filters/filters_api.h | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) diff --git a/server/proxy/filters/filters_api.h b/server/proxy/filters/filters_api.h index c77386d..648aa84 100644 --- a/server/proxy/filters/filters_api.h +++ b/server/proxy/filters/filters_api.h @@ -63,7 +63,9 @@ struct proxy_mouse_event_info { #pragma pack(pop) -/* implement this method */ +/* implement this method and register callbacks for proxy events + * return TRUE if initialization succeeded, otherwise FALSE. + **/ bool filter_init(proxyEvents* events); #endif /* FREERDP_SERVER_PROXY_FILTERS_API_H */ -- 2.7.4