/* * Guillaume Cottenceau (gc@mandrakesoft.com) * * Copyright 2000 MandrakeSoft * * This software may be freely redistributed under the terms of the GNU * public license. * * You should have received a copy of the GNU General Public License * along with this program; if not, write to the Free Software * Foundation, Inc., 675 Mass Ave, Cambridge, MA 02139, USA. * */ /* * Portions from Erik Troan and Matt Wilson * * Copyright 1999 Red Hat, Inc. * */ #ifndef _URL_H_ #define _URL_H_ int ftp_open_connection(char * host, char * name, char * password, char * proxy); int ftp_start_download(int sock, char * remotename, int * size); int ftp_end_data_command(int sock); int http_download_file(char * hostname, char * remotename, int * size, char * proxyprotocol, char * proxyname, char * proxyport); #define FTPERR_BAD_SERVER_RESPONSE -1 #define FTPERR_SERVER_IO_ERROR -2 #define FTPERR_SERVER_TIMEOUT -3 #define FTPERR_BAD_HOST_ADDR -4 #define FTPERR_BAD_HOSTNAME -5 #define FTPERR_FAILED_CONNECT -6 #define FTPERR_FILE_IO_ERROR -7 #define FTPERR_PASSIVE_ERROR -8 #define FTPERR_FAILED_DATA_CONNECT -9 #define FTPERR_FILE_NOT_FOUND -10 #define FTPERR_UNKNOWN -100 #endif 84ceda02f9fa3c1'>refslogtreecommitdiffstats
diff options
context:
space:
mode:
authorPayBas <contact@paybas.com>2014-04-24 11:43:30 +0200
committerPayBas <contact@paybas.com>2014-05-02 17:58:02 +0200
commit173bffb61a4843dc33b54804084ceda02f9fa3c1 (patch)
treee09adfa523efcfed8b9309ec9504c390d6d27b3f /phpBB/phpbb/db/driver/mssqlnative.php
parent1dd02b0a916f1cd7672ffc247f09c9b6d4598d7c (diff)
downloadforums-173bffb61a4843dc33b54804084ceda02f9fa3c1.tar
forums-173bffb61a4843dc33b54804084ceda02f9fa3c1.tar.gz
forums-173bffb61a4843dc33b54804084ceda02f9fa3c1.tar.bz2
forums-173bffb61a4843dc33b54804084ceda02f9fa3c1.tar.xz
forums-173bffb61a4843dc33b54804084ceda02f9fa3c1.zip
[ticket/12438] Add Template event memberlist_view_content_prepend
PHPBB3-12438
Diffstat (limited to 'phpBB/phpbb/db/driver/mssqlnative.php')
0 files changed, 0 insertions, 0 deletions