removed awkward custom error handling and http\Object base class
[m6w6/ext-http] / php_http_negotiate.c
index ad2357ebac3ae2f919f9b134dce6862d142073d9..ae10ddfd35599d4ba4e62997e9f2a7927f00e0bb 100644 (file)
@@ -99,7 +99,7 @@ static int php_http_negotiate_reduce(void *p TSRMLS_DC, int num_args, va_list ar
        return ZEND_HASH_APPLY_KEEP;
 }
 
-PHP_HTTP_API HashTable *php_http_negotiate(const char *value_str, size_t value_len, HashTable *supported, const char *primary_sep_str, size_t primary_sep_len TSRMLS_DC)
+HashTable *php_http_negotiate(const char *value_str, size_t value_len, HashTable *supported, const char *primary_sep_str, size_t primary_sep_len TSRMLS_DC)
 {
        HashTable *result = NULL;