chiark
/
gitweb
/
~mdw
/
disorder
/ blobdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
|
commitdiff
|
tree
raw
|
inline
| side by side
lib/configuration.c, etc.: Replace `config_userconf()' by a variable.
[disorder]
/
server
/
disorder-server.h
diff --git
a/server/disorder-server.h
b/server/disorder-server.h
index 7a6b73a7e9554f59ca00477d4286caea9a24e5c9..78b8cfa4766f282fa6bb5729c3e73009f6533da9 100644
(file)
--- a/
server/disorder-server.h
+++ b/
server/disorder-server.h
@@
-33,7
+33,6
@@
#include <grp.h>
#include <locale.h>
#include <netinet/in.h>
#include <grp.h>
#include <locale.h>
#include <netinet/in.h>
-#include <pcre.h>
#include <pwd.h>
#include <signal.h>
#include <stddef.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@ */
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 */
extern int volume_left, volume_right; /* last known volume */
extern int wideopen; /* blindly accept all logins */