[libpri-commits] mattf: branch mattf/bug13454 r628 -	/team/mattf/bug13454/libpri.h
    SVN commits to the libpri project 
    libpri-commits at lists.digium.com
       
    Wed Sep 17 11:02:32 CDT 2008
    
    
  
Author: mattf
Date: Wed Sep 17 11:02:32 2008
New Revision: 628
URL: http://svn.digium.com/view/libpri?view=rev&rev=628
Log:
Fix problem in comment for pri_progress functions
Modified:
    team/mattf/bug13454/libpri.h
Modified: team/mattf/bug13454/libpri.h
URL: http://svn.digium.com/view/libpri/team/mattf/bug13454/libpri.h?view=diff&rev=628&r1=627&r2=628
==============================================================================
--- team/mattf/bug13454/libpri.h (original)
+++ team/mattf/bug13454/libpri.h Wed Sep 17 11:02:32 2008
@@ -626,10 +626,10 @@
 int pri_fd(struct pri *pri);
 
 #define PRI_PROGRESS
-/* Send call proceeding */
+/* Send progress */
 int pri_progress(struct pri *pri, q931_call *c, int channel, int info);
 
-/* Send call with cause IE */
+/* Send progress with cause IE */
 int pri_progress_with_cause(struct pri *pri, q931_call *c, int channel, int info, int cause);
 
 #define PRI_PROCEEDING_FULL
    
    
More information about the libpri-commits
mailing list