added missing export directives

This commit is contained in:
Arvid Norberg 2009-01-17 01:42:33 +00:00
parent d2b66b8bae
commit ce6c09e070
1 changed files with 2 additions and 2 deletions

View File

@ -151,8 +151,8 @@ namespace libtorrent
inline void nop(int i) {}
int get_file_attributes(boost::filesystem::path const& p);
int get_file_attributes(boost::filesystem::wpath const& p);
int TORRENT_EXPORT get_file_attributes(boost::filesystem::path const& p);
int TORRENT_EXPORT get_file_attributes(boost::filesystem::wpath const& p);
template <class Pred, class Str, class PathTraits>
void add_files_impl(file_storage& fs, boost::filesystem::basic_path<Str, PathTraits> const& p