diff options
author | Tiago Cunha <tcunha@gmx.com> | 2012-04-24 16:24:37 +0000 |
---|---|---|
committer | Tiago Cunha <tcunha@gmx.com> | 2012-04-24 16:24:37 +0000 |
commit | 714416074ac16bfdc97d875ea2bce926c7b9637f (patch) | |
tree | 505c4a97bc8f48b91af46830d5e6bebc359831f8 | |
parent | bea5155fee4f1c6e798c86d84cad28d1e506ad0b (diff) | |
download | rtmux-714416074ac16bfdc97d875ea2bce926c7b9637f.tar.gz rtmux-714416074ac16bfdc97d875ea2bce926c7b9637f.tar.bz2 rtmux-714416074ac16bfdc97d875ea2bce926c7b9637f.zip |
Sync OpenBSD patchset 1101:
Add missing prototype.
-rw-r--r-- | client.c | 1 |
1 files changed, 1 insertions, 0 deletions
@@ -59,6 +59,7 @@ void client_signal(int, short, void *); void client_callback(int, short, void *); int client_dispatch_attached(void); int client_dispatch_wait(void *); +const char *client_exit_message(void); /* * Get server create lock. If already held then server start is happening in |