Update of /usr/cvsroot/asterisk/include/asterisk
In directory mongoose.digium.com:/tmp/cvs-serv12576/include/asterisk

Modified Files:
        dundi.h 
Log Message:
add missing newlines, fix misspelling of nonexistent (bug #4027)


Index: dundi.h
===================================================================
RCS file: /usr/cvsroot/asterisk/include/asterisk/dundi.h,v
retrieving revision 1.7
retrieving revision 1.8
diff -u -d -r1.7 -r1.8
--- dundi.h     21 Jan 2005 07:06:25 -0000      1.7
+++ dundi.h     13 Apr 2005 23:33:47 -0000      1.8
@@ -46,7 +46,7 @@
 #define DUNDI_PROTO_SIP                                2       /* Session 
Initiation Protocol */
 #define DUNDI_PROTO_H323                       3       /* ITU H.323 */
 
-#define DUNDI_FLAG_NONEXISTANT         (0)                             /* 
Isn't and can't be a valid number */
+#define DUNDI_FLAG_NONEXISTENT         (0)                             /* 
Isn't and can't be a valid number */
 #define DUNDI_FLAG_EXISTS                      (1 << 0)                /* Is a 
valid number */
 #define DUNDI_FLAG_MATCHMORE           (1 << 1)                /* Might be 
valid if you add more digits */
 #define DUNDI_FLAG_CANMATCH                    (1 << 2)                /* 
Might be a match */

_______________________________________________
Asterisk-Cvs mailing list
[email protected]
http://lists.digium.com/mailman/listinfo/asterisk-cvs

Reply via email to