]> granicus.if.org Git - php/commitdiff
s/com/skeleton/ is not always a good idea
authorHarald Radi <phanto@php.net>
Mon, 10 Feb 2003 20:58:30 +0000 (20:58 +0000)
committerHarald Radi <phanto@php.net>
Mon, 10 Feb 2003 20:58:30 +0000 (20:58 +0000)
ext/rpc/skeleton/skeleton.c

index 6caf1013843f2ee03d0e208d7680dea5d5a7402f..a086cf313221b1a767429484512225e022416666 100644 (file)
@@ -30,7 +30,7 @@ static int skeleton_describe(rpc_string, void *, char **, unsigned char **);
 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 **);