aboutsummaryrefslogtreecommitdiffstats
path: root/res/res_monitor.c
diff options
context:
space:
mode:
authorkpfleming <kpfleming@f38db490-d61c-443f-a65b-d21fe96a405b>2005-06-06 22:12:19 +0000
committerkpfleming <kpfleming@f38db490-d61c-443f-a65b-d21fe96a405b>2005-06-06 22:12:19 +0000
commit6f0f46299c012f00eada2e4f504a52eb0cbd3040 (patch)
treecf4d39e2fe550722cbe4552cccd0cf5a511730e9 /res/res_monitor.c
parent09f3094700013cd98ad62e36384942be94348225 (diff)
more file version tags
git-svn-id: http://svn.digium.com/svn/asterisk/trunk@5866 f38db490-d61c-443f-a65b-d21fe96a405b
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);