aboutsummaryrefslogtreecommitdiffstats
path: root/res/res_monitor.c
diff options
context:
space:
mode:
Diffstat (limited to 'res/res_monitor.c')
-rwxr-xr-xres/res_monitor.c17
1 files changed, 16 insertions, 1 deletions
diff --git a/res/res_monitor.c b/res/res_monitor.c
index 1053e9aea..80051d582 100755
--- a/res/res_monitor.c
+++ b/res/res_monitor.c
@@ -1,3 +1,15 @@
+/* res_monitor.c
+ *
+ * Asterisk -- A telephony toolkit for Linux.
+ *
+ * Copyright (C) 2005, Digium
+ *
+ * Mark Spencer, <markster@digium.com>
+ *
+ * This program is free software, distributed under the terms of
+ * the GNU General Public License
+ */
+
#include <stdio.h>
#include <stdlib.h>
#include <errno.h>
@@ -6,6 +18,10 @@
#include <sys/stat.h>
#include <libgen.h> /* dirname() */
+#include "asterisk.h"
+
+ASTERISK_FILE_VERSION(__FILE__, "$Revision$")
+
#include "asterisk/lock.h"
#include "asterisk/channel.h"
#include "asterisk/logger.h"
@@ -18,7 +34,6 @@
#include "asterisk/app.h"
#include "asterisk/utils.h"
#include "asterisk/config.h"
-#include "asterisk.h"
AST_MUTEX_DEFINE_STATIC(monitorlock);