summaryrefslogtreecommitdiff
path: root/main/php.h
diff options
context:
space:
mode:
authorAndrei Zmievski <andrei@php.net>1999-10-15 21:23:37 +0000
committerAndrei Zmievski <andrei@php.net>1999-10-15 21:23:37 +0000
commitdb69449d9fa7502414323fc09c1399f8764d7f97 (patch)
treefe72cf19e58dce811d209d085cb9199ec206c175 /main/php.h
parentc27966816848621fa708ab16b27428b44bdbdefc (diff)
downloadphp-git-db69449d9fa7502414323fc09c1399f8764d7f97.tar.gz
Update mergesort() proto.
Diffstat (limited to 'main/php.h')
-rw-r--r--main/php.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/main/php.h b/main/php.h
index bcc74d9c8d..285fa15f00 100644
--- a/main/php.h
+++ b/main/php.h
@@ -307,7 +307,7 @@ int module_startup_modules(void);
int module_global_startup_modules(void);
int module_global_shutdown_modules(void);
-int mergesort(void *base, size_t nmemb, size_t size, int (*cmp) (const void *, const void *));
+int mergesort(void *base, size_t nmemb, register size_t size, int (*cmp) (const void *, const void *));
/*from basic functions*/
extern PHPAPI int _php_error_log(int opt_err,char *message,char *opt,char *headers);