fix callback typedefs and declarations
authorDenis Osvald <denis.osvald@sartura.hr>
Mon, 21 Dec 2015 17:06:38 +0000 (18:06 +0100)
committerAndy Green <andy.green@linaro.org>
Wed, 6 Jan 2016 22:44:38 +0000 (06:44 +0800)
commit034e514a0d75c0668a1d4639b9d32e28a1a73dcd
tree5348e4e1cba2d1dbaeeaa817cfdd51d7b6264e51
parent0c7e5a94182b8bf5b5be2fc58141466bf54d5812
fix callback typedefs and declarations

Remove declarations of callback and extension_callback as these are
functions declared in header but not defined anywhere.

Also rename typedefs callback_function and extension_callback_function
to lws_callback_function and lws_extension_callback_function so all
symbolx exported by header have lws prefix;

Signed-off-by: Denis Osvald <denis.osvald@sartura.hr>
lib/libwebsockets.c
lib/libwebsockets.h
lib/private-libwebsockets.h
libwebsockets-api-doc.html