[Asterisk-cvs] asterisk/funcs pbx_functions.c,1.2,1.3
kpfleming at lists.digium.com
kpfleming at lists.digium.com
Mon Jun 6 16:25:25 CDT 2005
Update of /usr/cvsroot/asterisk/funcs
In directory mongoose.digium.com:/tmp/cvs-serv10735/funcs
Modified Files:
pbx_functions.c
Log Message:
remove experimental module version tags
add per-file revision tags and 'show version files' CLI command
Index: pbx_functions.c
===================================================================
RCS file: /usr/cvsroot/asterisk/funcs/pbx_functions.c,v
retrieving revision 1.2
retrieving revision 1.3
diff -u -d -r1.2 -r1.3
--- pbx_functions.c 6 Jun 2005 18:31:29 -0000 1.2
+++ pbx_functions.c 6 Jun 2005 20:27:51 -0000 1.3
@@ -14,6 +14,10 @@
#include <sys/types.h>
#include <stdlib.h>
+#include "asterisk.h"
+
+ASTERISK_FILE_VERSION("$Revision$")
+
#include "asterisk/module.h"
#include "asterisk/pbx.h"
#include "pbx_functions.h"
@@ -56,8 +60,3 @@
{
return ASTERISK_GPL_KEY;
}
-
-const char *version()
-{
- return "$Revision$";
-}
More information about the svn-commits
mailing list