diff options
author | sin <sin@2f30.org> | 2014-10-06 11:32:53 +0100 |
---|---|---|
committer | sin <sin@2f30.org> | 2014-10-06 11:32:53 +0100 |
commit | 35a4caae3ffb8cb223e34a68e71ed63ce2b2d1db (patch) | |
tree | 841d5038334702a746b9db48a5d461512418b404 | |
parent | e8f7bbdb25d76347523ddb0f70ab59efcbb5c61a (diff) |
Re-order function decls
-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 *); |