X-Git-Url: https://git.m6w6.name/?p=m6w6%2Fext-http;a=blobdiff_plain;f=php_http_resource_factory.c;h=3135e4786f2929359c3c81c6af3881ebaefd58ba;hp=c3ff6f5ff2eeaa5d85ad4b721c335b550504e57b;hb=2e9ac0202f2c5f1cb94e0afd4b66c1c35c316284;hpb=3bd8d6a6081a83d468b23425c7659893c82aeafb diff --git a/php_http_resource_factory.c b/php_http_resource_factory.c index c3ff6f5..3135e47 100644 --- a/php_http_resource_factory.c +++ b/php_http_resource_factory.c @@ -6,14 +6,11 @@ | modification, are permitted provided that the conditions mentioned | | in the accompanying LICENSE file are met. | +--------------------------------------------------------------------+ - | Copyright (c) 2004-2010, Michael Wallner | + | Copyright (c) 2004-2011, Michael Wallner | +--------------------------------------------------------------------+ */ -/* $Id:$ */ - -#include "php_http.h" -#include "php_http_resource_factory.h" +#include "php_http_api.h" PHP_HTTP_API php_http_resource_factory_t *php_http_resource_factory_init(php_http_resource_factory_t *f, php_http_resource_factory_ops_t *fops, void *data, void (*dtor)(void *data)) {