phanto          Mon Feb 10 15:58:29 2003 EDT

  Modified files:              
    /php4/ext/rpc/skeleton      skeleton.c 
  Log:
  s/com/skeleton/ is not always a good idea
  
Index: php4/ext/rpc/skeleton/skeleton.c
diff -u php4/ext/rpc/skeleton/skeleton.c:1.4 php4/ext/rpc/skeleton/skeleton.c:1.5
--- php4/ext/rpc/skeleton/skeleton.c:1.4        Thu Jan 16 13:46:58 2003
+++ php4/ext/rpc/skeleton/skeleton.c    Mon Feb 10 15:58:29 2003
@@ -30,7 +30,7 @@
 static int skeleton_call(rpc_string, void **, zval *, int, zval ***);
 static int skeleton_get(rpc_string, zval *, void **);
 static int skeleton_set(rpc_string, zval *, void **);
-static int skeleton_skeletonpare(void **, void **);
+static int skeleton_compare(void **, void **);
 static int skeleton_has_property(rpc_string, void **);
 static int skeleton_unset_property(rpc_string, void **);
 static int skeleton_get_properties(HashTable **, void **);



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

Reply via email to