src/server/ws-fn.c

changeset 3
137197831306
parent 1
3c066d52342d
child 10
e3ae779232a9
--- a/src/server/ws-fn.c	Tue Sep 06 22:37:51 2011 +0200
+++ b/src/server/ws-fn.c	Sun Oct 30 16:26:57 2011 +0100
@@ -28,6 +28,11 @@
 
 #include "nsapi.h"
 
+#include "nametrans.h"
+#include "service.h"
+
 struct FuncStruct webserver_funcs[] = {
+    { "test-nametrans", test_nametrans, NULL, 0 },
+    { "test-service", test_service, NULL, 0},
     {NULL, NULL, NULL, 0}
 };

mercurial