server/proxy: Add docs in filters_api.h
authorkubistika <kmizrachi18@gmail.com>
Sun, 12 May 2019 18:25:00 +0000 (21:25 +0300)
committerkubistika <kmizrachi18@gmail.com>
Sun, 26 May 2019 07:48:10 +0000 (10:48 +0300)
server/proxy/filters/filters_api.h

index c77386d..648aa84 100644 (file)
@@ -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 */