src/server/ws-fn.c

changeset 3
137197831306
parent 1
3c066d52342d
child 10
e3ae779232a9
equal deleted inserted replaced
2:cee3e65e789c 3:137197831306
26 * POSSIBILITY OF SUCH DAMAGE. 26 * POSSIBILITY OF SUCH DAMAGE.
27 */ 27 */
28 28
29 #include "nsapi.h" 29 #include "nsapi.h"
30 30
31 #include "nametrans.h"
32 #include "service.h"
33
31 struct FuncStruct webserver_funcs[] = { 34 struct FuncStruct webserver_funcs[] = {
35 { "test-nametrans", test_nametrans, NULL, 0 },
36 { "test-service", test_service, NULL, 0},
32 {NULL, NULL, NULL, 0} 37 {NULL, NULL, NULL, 0}
33 }; 38 };

mercurial