From 85b52234e43210f45742e41f822b3d1929a42f3b Mon Sep 17 00:00:00 2001 From: Sascha Schumann Date: Fri, 27 Oct 2000 10:16:54 +0000 Subject: Utility function for sapi modules (it is not in SAPI.c, because it relies on php_base64_encode). --- main/php_main.h | 1 + 1 file changed, 1 insertion(+) (limited to 'main/php_main.h') diff --git a/main/php_main.h b/main/php_main.h index e0ad78b915..390002d319 100644 --- a/main/php_main.h +++ b/main/php_main.h @@ -44,6 +44,7 @@ PHPAPI void php_execute_script(zend_file_handle *primary_file CLS_DC ELS_DC PLS_ PHPAPI int php_handle_special_queries(SLS_D PLS_DC); PHPAPI int php_lint_script(zend_file_handle *file CLS_DC ELS_DC PLS_DC); +PHPAPI int php_handle_auth_data(const char *auth SLS_DC); extern void php_call_shutdown_functions(void); -- cgit v1.2.1