4 /*****************************************************************************
6 * Project ___| | | | _ \| |
8 * | (__| |_| | _ <| |___
9 * \___|\___/|_| \_\_____|
11 * The contents of this file are subject to the Mozilla Public License
12 * Version 1.0 (the "License"); you may not use this file except in
13 * compliance with the License. You may obtain a copy of the License at
14 * http://www.mozilla.org/MPL/
16 * Software distributed under the License is distributed on an "AS IS"
17 * basis, WITHOUT WARRANTY OF ANY KIND, either express or implied. See the
18 * License for the specific language governing rights and limitations
21 * The Original Code is Curl.
23 * The Initial Developer of the Original Code is Daniel Stenberg.
25 * Portions created by the Initial Developer are Copyright (C) 1998.
26 * All Rights Reserved.
28 * ------------------------------------------------------------
30 * - Daniel Stenberg <Daniel.Stenberg@haxx.nu>
34 * $Source: /cvsroot/curl/curl/lib/ftp.h,v $
36 * $Date: 1999-12-29 14:21:24 $
41 * ------------------------------------------------------------
42 ****************************************************************************/
43 UrgError
ftp(struct UrlData
*data
,
49 struct curl_slist
*curl_slist_append(struct curl_slist
*list
, char *data
);
50 void curl_slist_free_all(struct curl_slist
*list
);