Fixed another typo in 8-bit pixel handling (BYTE should have been UBYTE).
[AROS.git] / external / openurl / raPrefs / ftps.h
blob2c3db18f141ead5c667f81df0e6fb4a1ca0b4165
1 /***************************************************************************
3 openurl.library - universal URL display and browser launcher library
4 Copyright (C) 1998-2005 by Troels Walsted Hansen, et al.
5 Copyright (C) 2005-2013 by openurl.library Open Source Team
7 This library is free software; it has been placed in the public domain
8 and you can freely redistribute it and/or modify it. Please note, however,
9 that some components may be under the LGPL or GPL license.
11 This library is distributed in the hope that it will be useful,
12 but WITHOUT ANY WARRANTY; without even the implied warranty of
13 MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.
15 openurl.library project: http://sourceforge.net/projects/openurllib/
17 $Id$
19 ***************************************************************************/
21 #ifndef FTPS_H
22 #define FTPS_H
24 #include <intuition/classusr.h>
25 #include <exec/lists.h>
27 struct URL_FTPNode;
29 Object * make_edit_ftp_win(void);
31 BOOL updateFTPList( struct List * list, struct MinList PrefsFTPList );
33 void updateFTPWindow( struct URL_FTPNode * pFTP );
35 void updateFTPNode( void );
37 #endif // FTPS_H