[Asterisk-cvs] asterisk/include/asterisk features.h,1.1,1.2
markster at lists.digium.com
markster at lists.digium.com
Sat Jul 17 20:08:21 CDT 2004
Update of /usr/cvsroot/asterisk/include/asterisk
In directory localhost.localdomain:/tmp/cvs-serv21057/include/asterisk
Modified Files:
features.h
Log Message:
Fix the name :)
Index: features.h
===================================================================
RCS file: /usr/cvsroot/asterisk/include/asterisk/features.h,v
retrieving revision 1.1
retrieving revision 1.2
diff -u -d -r1.1 -r1.2
--- features.h 17 Jul 2004 20:58:00 -0000 1.1
+++ features.h 17 Jul 2004 23:54:23 -0000 1.2
@@ -14,8 +14,8 @@
*
*/
-#ifndef _PARKING_H
-#define _PARKING_H
+#ifndef _FEATURES_H
+#define _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 /* _PARKING_H */
+#endif /* _FEATURES_H */
More information about the svn-commits
mailing list