X-Git-Url: https://git.m6w6.name/?p=m6w6%2Fext-http;a=blobdiff_plain;f=php_http_buffer.h;h=384120e231ce025f161d7d6f703b356625ba2207;hp=ee78c41165f048ea5bd4b505c3dd141401dc4f7c;hb=e0dfcd720b949fe1883e9a5b185d0d255a222707;hpb=b7d38027432247956b62e12f2c56ac3fffb77318 diff --git a/php_http_buffer.h b/php_http_buffer.h index ee78c41..384120e 100644 --- a/php_http_buffer.h +++ b/php_http_buffer.h @@ -1,8 +1,17 @@ +/* + +--------------------------------------------------------------------+ + | PECL :: http | + +--------------------------------------------------------------------+ + | Redistribution and use in source and binary forms, with or without | + | modification, are permitted provided that the conditions mentioned | + | in the accompanying LICENSE file are met. | + +--------------------------------------------------------------------+ + | Copyright (c) 2004-2011, Michael Wallner | + +--------------------------------------------------------------------+ +*/ -/* $Id: php_http_buffer_t.h 229282 2007-02-07 15:31:50Z mike $ */ - -#ifndef _PHP_HTTP_BUFFER_H -#define _PHP_HTTP_BUFFER_H +#ifndef PHP_HTTP_BUFFER_H +#define PHP_HTTP_BUFFER_H #ifndef PHP_HTTP_BUFFER_DEFAULT_SIZE # define PHP_HTTP_BUFFER_DEFAULT_SIZE 256