commit 35a4caae3ffb8cb223e34a68e71ed63ce2b2d1db
parent e8f7bbdb25d76347523ddb0f70ab59efcbb5c61a
Author: sin <sin@2f30.org>
Date: Mon, 6 Oct 2014 11:32:53 +0100
Re-order function decls
Diffstat:
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git 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 *);