[Asterisk-cvs]
asterisk/include/asterisk app.h, 1.27, 1.28 vmodem.h, 1.15, 1.16
markster at lists.digium.com
markster at lists.digium.com
Tue Feb 15 20:58:56 CST 2005
- Previous message: [Asterisk-cvs] asterisk/apps app_forkcdr.c, 1.4,
1.5 app_parkandannounce.c, 1.11, 1.12 app_read.c, 1.14, 1.15
- Next message: [Asterisk-cvs] asterisk/configs iax.conf.sample, 1.41,
1.42 modem.conf.sample, 1.10, 1.11
- Messages sorted by:
[ date ]
[ thread ]
[ subject ]
[ author ]
Update of /usr/cvsroot/asterisk/include/asterisk
In directory mongoose.digium.com:/tmp/cvs-serv15818/include/asterisk
Modified Files:
app.h vmodem.h
Log Message:
Fix misspellings of separate (bug #3607)
Index: app.h
===================================================================
RCS file: /usr/cvsroot/asterisk/include/asterisk/app.h,v
retrieving revision 1.27
retrieving revision 1.28
diff -u -d -r1.27 -r1.28
--- app.h 23 Jan 2005 09:05:01 -0000 1.27
+++ app.h 16 Feb 2005 02:58:18 -0000 1.28
@@ -95,7 +95,7 @@
int ast_app_group_match_get_count(char *groupmatch, char *category);
/*! Create an argc argv type structure for app args */
-int ast_seperate_app_args(char *buf, char delim, char **array, int arraylen);
+int ast_separate_app_args(char *buf, char delim, char **array, int arraylen);
/*! Present a dialtone and collect a certain length extension. Returns 1 on valid extension entered, -1 on hangup, or 0 on invalid extension. */
int ast_app_dtget(struct ast_channel *chan, const char *context, char *collect, size_t size, int maxlen, int timeout);
Index: vmodem.h
===================================================================
RCS file: /usr/cvsroot/asterisk/include/asterisk/vmodem.h,v
retrieving revision 1.15
retrieving revision 1.16
diff -u -d -r1.15 -r1.16
--- vmodem.h 21 Jan 2005 07:06:25 -0000 1.15
+++ vmodem.h 16 Feb 2005 02:58:18 -0000 1.16
@@ -111,9 +111,9 @@
char context[AST_MAX_EXTENSION];
/*! Multiple Subscriber Number */
char msn[AST_MAX_EXTENSION];
- /*! Multiple Subscriber Number we listen to (; seperated list) */
+ /*! Multiple Subscriber Number we listen to (; separated list) */
char incomingmsn[AST_MAX_EXTENSION];
- /*! Multiple Subscriber Number we accept for outgoing calls (; seperated list) */
+ /*! Multiple Subscriber Number we accept for outgoing calls (; separated list) */
char outgoingmsn[AST_MAX_EXTENSION];
/*! Group(s) we belong to if available */
ast_group_t group;
- Previous message: [Asterisk-cvs] asterisk/apps app_forkcdr.c, 1.4,
1.5 app_parkandannounce.c, 1.11, 1.12 app_read.c, 1.14, 1.15
- Next message: [Asterisk-cvs] asterisk/configs iax.conf.sample, 1.41,
1.42 modem.conf.sample, 1.10, 1.11
- Messages sorted by:
[ date ]
[ thread ]
[ subject ]
[ author ]
More information about the svn-commits
mailing list