this update is performed by extracting the release tarball into this directory and adding any missing files. likely some of these are not intended to be checked into the source, but only generated as part of the release process. tarball from: <https://sourceforge.net/projects/curlftpfs/files/curlftpfs/0.9.1/curlftpfs-0.9.1.tar.gz>
7 lines
190 B
C
7 lines
190 B
C
#ifndef __CURLFTPFS_CHARSET_UTILS_H__
|
|
#define __CURLFTPFS_CHARSET_UTILS_H__
|
|
|
|
int convert_charsets(const char* from, const char* to, char** str);
|
|
|
|
#endif /* __CURLFTPFS_CHARSET_UTILS_H__ */
|