projects
/
m6w6
/
ext-http
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
|
github
raw
|
patch
| inline |
side by side
(parent:
d9a5eb7
)
* http_auth_header() should return the status of http_send_header()
author
Michael Wallner
<mike@php.net>
Fri, 11 Feb 2005 09:42:10 +0000
(09:42 +0000)
committer
Michael Wallner
<mike@php.net>
Fri, 11 Feb 2005 09:42:10 +0000
(09:42 +0000)
php_http_api.h
patch
|
blob
|
history
diff --git
a/php_http_api.h
b/php_http_api.h
index 8ca390d12a2d21ac668da5764b680138dae98a9e..e9c6b3c34f18b09275d7bb8cb3a2024e5e0e1434 100644
(file)
--- a/
php_http_api.h
+++ b/
php_http_api.h
@@
-180,7
+180,7
@@
PHP_HTTP_API STATUS _http_post_array(const char *URL, HashTable *postarray, Hash
PHP_HTTP_API STATUS _http_auth_credentials(char **user, char **pass TSRMLS_DC);
#define http_auth_header(t, r) _http_auth_header((t), (r) TSRMLS_CC)
-PHP_HTTP_API
void
_http_auth_header(const char *type, const char *realm TSRMLS_DC);
+PHP_HTTP_API
STATUS
_http_auth_header(const char *type, const char *realm TSRMLS_DC);
/* }}} */