From: Hartmut Holzgraefe Date: Mon, 29 May 2000 17:08:01 +0000 (+0000) Subject: warn_not_available() will be used by other modules besides X-Git-Tag: PRE_EIGHT_BYTE_ALLOC_PATCH~191 X-Git-Url: https://granicus.if.org/sourcecode?a=commitdiff_plain;h=ae1043ba0d183dc60eb4211ffa2a329e0d388d97;p=php warn_not_available() will be used by other modules besides ext/standard in the (very near) future --- diff --git a/main/php.h b/main/php.h index e6f391d4a2..2a3ba78544 100644 --- a/main/php.h +++ b/main/php.h @@ -366,6 +366,8 @@ PHPAPI int cfg_get_string(char *varname, char **result); #define XtOffsetOf(s_type,field) XtOffset(s_type*,field) #endif +PHP_FUNCTION(warn_not_available); + #endif /*