ftpcfunc.hxx (6df1ea1f) ftpcfunc.hxx (72cd26dd)
1/**************************************************************
2 *
3 * Licensed to the Apache Software Foundation (ASF) under one
4 * or more contributor license agreements. See the NOTICE file
5 * distributed with this work for additional information
6 * regarding copyright ownership. The ASF licenses this file
7 * to you under the Apache License, Version 2.0 (the
8 * "License"); you may not use this file except in compliance

--- 34 unchanged lines hidden (view full) ---

43
44}
45
46
47extern "C" {
48
49 /** callback for curl_easy_perform(),
50 * forwarding the written content to the stream.
1/**************************************************************
2 *
3 * Licensed to the Apache Software Foundation (ASF) under one
4 * or more contributor license agreements. See the NOTICE file
5 * distributed with this work for additional information
6 * regarding copyright ownership. The ASF licenses this file
7 * to you under the Apache License, Version 2.0 (the
8 * "License"); you may not use this file except in compliance

--- 34 unchanged lines hidden (view full) ---

43
44}
45
46
47extern "C" {
48
49 /** callback for curl_easy_perform(),
50 * forwarding the written content to the stream.
51 * stream has to be of type 'FTPStreamContainer'.
51 * stream has to be of type oslFileHandle.
52 */
53
54
55 int file_write(void *buffer,size_t size,size_t nmemb,void *stream);
56
57}
58
59#endif
52 */
53
54
55 int file_write(void *buffer,size_t size,size_t nmemb,void *stream);
56
57}
58
59#endif