summaryrefslogtreecommitdiff
path: root/utils/astman.c
diff options
context:
space:
mode:
authorJoshua Colp <jcolp@digium.com>2006-11-06 17:05:04 +0000
committerJoshua Colp <jcolp@digium.com>2006-11-06 17:05:04 +0000
commit980ce017ec0919bbae1373dfe36c0c9799c825be (patch)
treef61cd111a6a675726f8487828ff37160b7fdf4cf /utils/astman.c
parent908b6ed6bc6d51f079373f6c557d565d99b8397f (diff)
Add support for manager hooks, so you could fire off manager events over IRC if you were crazy enough. (issue #5161 reported by anthm with mods by moi)
git-svn-id: https://origsvn.digium.com/svn/asterisk/trunk@47229 65c4cc65-6c06-0410-ace0-fbb531ad65f3
Diffstat (limited to 'utils/astman.c')
-rw-r--r--utils/astman.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/utils/astman.c b/utils/astman.c
index d3bbef818..f58aa6b18 100644
--- a/utils/astman.c
+++ b/utils/astman.c
@@ -40,8 +40,8 @@
#include <stdlib.h>
#include "asterisk/md5.h"
-#include "asterisk/manager.h"
#include "asterisk/linkedlists.h"
+#include "asterisk/manager.h"
#undef gethostbyname