diff options
Diffstat (limited to 'ratox.c')
-rw-r--r-- | ratox.c | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -197,11 +197,11 @@ static void printrat(void); static void printout(const char *, ...); static void fiforeset(int, int *, struct file); static ssize_t fiforead(int, int *, struct file, void *, size_t); +static void cbcallinvite(void *, int32_t, void *); static void cbcallstarted(void *, int32_t, void *); static void cbcallcancelled(void *, int32_t, void *); static void cbcallrejected(void *, int32_t, void *); static void cbcallended(void *, int32_t, void *); -static void cbcallinvite(void *, int32_t, void *); static void cbcallringing(void *, int32_t, void *); static void preparetxcall(struct friend *); static void cbcallstarting(void *, int32_t, void *); |