summaryrefslogtreecommitdiff
path: root/ratox.c
diff options
context:
space:
mode:
Diffstat (limited to 'ratox.c')
-rw-r--r--ratox.c2
1 files changed, 1 insertions, 1 deletions
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 *);