1234567891011121314151617181920212223242526272829303132333435363738394041424344454647484950515253545556575859606162636465 |
- .\
- * _ _ ____ _
- .\
- * / __| | | | |_) | |
- .\
- * \___|\___/|_| \_\_____|
- .\
- * Copyright (C) 1998 - 2014, Daniel Stenberg, <daniel@haxx.se>, et al.
- .\
- * This software is licensed as described in the file COPYING, which
- .\
- * are also available at http://curl.haxx.se/docs/copyright.html.
- .\
- * You may opt to use, copy, modify, merge, publish, distribute and/or sell
- .\
- * furnished to do so, under the terms of the COPYING file.
- .\
- * This software is distributed on an basis, WITHOUT WARRANTY OF ANY
- .\
- *
- .\
- 8 Aug 2003libcurl 7.10.7libcurl share interface
- OBJECTIVES
- handles
- ONE SET OF DATA - MANY TRANSFERS
- SHARE OBJECT
- SEE ALSO
- (3), (3), (3)
|