From 35a4caae3ffb8cb223e34a68e71ed63ce2b2d1db Mon Sep 17 00:00:00 2001 From: sin Date: Mon, 6 Oct 2014 11:32:53 +0100 Subject: Re-order function decls --- ratox.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/ratox.c b/ratox.c index f6d0bb6..073f41f 100644 --- a/ratox.c +++ b/ratox.c @@ -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 *); -- cgit v1.2.3