chiark / gitweb /
libtests: Include the Unicode test files directly.
[disorder] / server / disorder-server.h
index 7a6b73a7e9554f59ca00477d4286caea9a24e5c9..78b8cfa4766f282fa6bb5729c3e73009f6533da9 100644 (file)
@@ -33,7 +33,6 @@
 #include <grp.h>
 #include <locale.h>
 #include <netinet/in.h>
-#include <pcre.h>
 #include <pwd.h>
 #include <signal.h>
 #include <stddef.h>
@@ -241,6 +240,9 @@ int server_start(ev_source *ev, int pf,
 int server_stop(ev_source *ev, int fd);
 /* Stop listening on @fd@ */
 
+void rtp_request(const struct sockaddr_storage *sa);
+void rtp_request_cancel(const struct sockaddr_storage *sa);
+
 extern int volume_left, volume_right;  /* last known volume */
 
 extern int wideopen;                   /* blindly accept all logins */