[Asterisk-cvs] asterisk/include/asterisk features.h,1.2,1.3

markster at lists.digium.com markster at lists.digium.com
Sat Jul 17 20:10:09 CDT 2004


Update of /usr/cvsroot/asterisk/include/asterisk
In directory localhost.localdomain:/tmp/cvs-serv21081/include/asterisk

Modified Files:
	features.h 
Log Message:
Oops, make that ast_features


Index: features.h
===================================================================
RCS file: /usr/cvsroot/asterisk/include/asterisk/features.h,v
retrieving revision 1.2
retrieving revision 1.3
diff -u -d -r1.2 -r1.3
--- features.h	17 Jul 2004 23:54:23 -0000	1.2
+++ features.h	17 Jul 2004 23:56:12 -0000	1.3
@@ -14,8 +14,8 @@
  *
  */
 
-#ifndef _FEATURES_H
-#define _FEATURES_H
+#ifndef _AST_FEATURES_H
+#define _AST_FEATURES_H
 
 //! Park a call and read back parked location
 /*! \param chan the channel to actually be parked
@@ -51,4 +51,4 @@
 extern int ast_pickup_call(struct ast_channel *chan);
 
 
-#endif /* _FEATURES_H */
+#endif /* _AST_FEATURES_H */




More information about the svn-commits mailing list