web_admin.c File : web_admin.c
Description : Functions for the web_server admin server
Category : Web Internal
Author : Charles Yates
WEB_Admin void *WEB_Admin( void *arg )
Function : WEB_Admin
Description : Runs the Admin socket server thread
Input : void *arg - an initialised WEB_SOCKET
Output : Depends...
Returns : void * - always NULL
|