diff options
| author | Harald Radi <phanto@php.net> | 2003-02-10 20:58:30 +0000 |
|---|---|---|
| committer | Harald Radi <phanto@php.net> | 2003-02-10 20:58:30 +0000 |
| commit | ef9bc6eaad3db7c3ac167a1264ab2b079fdcb851 (patch) | |
| tree | e734a89e48817b4b771ca359e6de36fa85b70ff1 /ext | |
| parent | 0ff83111c7bc9b32fec79c1d304d9f8e14ad5c4c (diff) | |
| download | php-git-ef9bc6eaad3db7c3ac167a1264ab2b079fdcb851.tar.gz | |
s/com/skeleton/ is not always a good idea
Diffstat (limited to 'ext')
| -rw-r--r-- | ext/rpc/skeleton/skeleton.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/ext/rpc/skeleton/skeleton.c b/ext/rpc/skeleton/skeleton.c index 6caf101384..a086cf3132 100644 --- a/ext/rpc/skeleton/skeleton.c +++ b/ext/rpc/skeleton/skeleton.c @@ -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 **); |
