1 /* pfs-ftp.h:
2  *
3  ****************************************************************
4  * Copyright (C) 2003 Tom Lord
5  *
6  * See the file "COPYING" for further information about
7  * the copyright and warranty status of this work.
8  */
9 
10 #ifndef INCLUDE__LIBARCH__PFS_FTP_H
11 #define INCLUDE__LIBARCH__PFS_FTP_H
12 
13 
14 #include "tla/libarch/pfs.h"
15 
16 
17 
18 /* automatically generated __STDC__ prototypes */
19 extern int arch_pfs_ftp_supported_protocol (const t_uchar * uri);
20 extern struct arch_pfs_session * arch_pfs_ftp_connect (const t_uchar * uri);
21 #endif  /* INCLUDE__LIBARCH__PFS_FTP_H */
22 
23 
24 /* tag: Tom Lord Sat Jan  5 15:26:10 2002 (pfs-ftp.h)
25  */
26