hholzgra                Mon Mar 17 08:04:08 2003 EDT

  Modified files:              
    /php4/ext/ncurses   ncurses_functions.c 
  Log:
  proto fixes
  
Index: php4/ext/ncurses/ncurses_functions.c
diff -u php4/ext/ncurses/ncurses_functions.c:1.37 
php4/ext/ncurses/ncurses_functions.c:1.38
--- php4/ext/ncurses/ncurses_functions.c:1.37   Tue Dec 31 11:07:04 2002
+++ php4/ext/ncurses/ncurses_functions.c        Mon Mar 17 08:04:08 2003
@@ -2113,7 +2113,7 @@
 }
 /* }}} */
 
-/* {{{ proto int wattroff(resource window, int attrs)
+/* {{{ proto int ncurses_wattroff(resource window, int attrs)
    Turns off attributes for a window */
 PHP_FUNCTION(ncurses_wattroff)
 {
@@ -2131,7 +2131,7 @@
 }
 /* }}} */
 
-/* {{{ proto int wattron(resource window, int attrs)
+/* {{{ proto int ncurses_wattron(resource window, int attrs)
    Turns on attributes for a window */
 PHP_FUNCTION(ncurses_wattron)
 {
@@ -2149,7 +2149,7 @@
 }
 /* }}} */
 
-/* {{{ proto int wattrset(resource window, int attrs)
+/* {{{ proto int ncurses_wattrset(resource window, int attrs)
    Set the attributes for a window */
 PHP_FUNCTION(ncurses_wattrset)
 {
@@ -2167,7 +2167,7 @@
 }
 /* }}} */
 
-/* {{{ proto int wstandend(resource window)
+/* {{{ proto int ncurses_wstandend(resource window)
    End standout mode for a window */
 PHP_FUNCTION(ncurses_wstandend)
 {
@@ -2184,7 +2184,7 @@
 }
 /* }}} */
 
-/* {{{ proto int wstandout(resource window)
+/* {{{ proto int ncurses_wstandout(resource window)
    Enter standout mode for a window */
 PHP_FUNCTION(ncurses_wstandout)
 {



-- 
PHP CVS Mailing List (http://www.php.net/)
To unsubscribe, visit: http://www.php.net/unsub.php

Reply via email to