~ubuntu-branches/ubuntu/hardy/php5/hardy-updates

« back to all changes in this revision

Viewing changes to ext/standard/fsock.h

  • Committer: Bazaar Package Importer
  • Author(s): Adam Conrad
  • Date: 2005-10-09 03:14:32 UTC
  • Revision ID: james.westby@ubuntu.com-20051009031432-kspik3lobxstafv9
Tags: upstream-5.0.5
ImportĀ upstreamĀ versionĀ 5.0.5

Show diffs side-by-side

added added

removed removed

Lines of Context:
 
1
/*
 
2
   +----------------------------------------------------------------------+
 
3
   | PHP Version 5                                                        |
 
4
   +----------------------------------------------------------------------+
 
5
   | Copyright (c) 1997-2004 The PHP Group                                |
 
6
   +----------------------------------------------------------------------+
 
7
   | This source file is subject to version 3.0 of the PHP license,       |
 
8
   | that is bundled with this package in the file LICENSE, and is        |
 
9
   | available through the world-wide-web at the following url:           |
 
10
   | http://www.php.net/license/3_0.txt.                                  |
 
11
   | If you did not receive a copy of the PHP license and are unable to   |
 
12
   | obtain it through the world-wide-web, please send a note to          |
 
13
   | license@php.net so we can mail you a copy immediately.               |
 
14
   +----------------------------------------------------------------------+
 
15
   | Authors: Paul Panotzki - Bunyip Information Systems                  |
 
16
   |          Jim Winstead <jimw@php.net>                                 |
 
17
   |          Wez Furlong                                                 |
 
18
   +----------------------------------------------------------------------+
 
19
*/
 
20
 
 
21
/* $Id: fsock.h,v 1.47.2.2 2005/07/25 13:10:19 hyanantha Exp $ */
 
22
 
 
23
/* Synced with php 3.0 revision 1.24 1999-06-18 [ssb] */
 
24
 
 
25
#ifndef FSOCK_H
 
26
#define FSOCK_H
 
27
 
 
28
#include "file.h"
 
29
 
 
30
#include "php_network.h"
 
31
 
 
32
PHP_FUNCTION(fsockopen);
 
33
PHP_FUNCTION(pfsockopen);
 
34
 
 
35
/*
 
36
 * Local variables:
 
37
 * tab-width: 4
 
38
 * c-basic-offset: 4
 
39
 * End:
 
40
 * vim: sw=4 ts=4
 
41
 */
 
42
#endif /* FSOCK_H */