#ifndef LIBTMDB_OPTIONS_H #define LIBTMDB_OPTIONS_H #include #include namespace Slicer { DLL_PUBLIC std::string dateToString(const IceUtil::Optional<::TMDb::Date> &); DLL_PUBLIC IceUtil::Optional<::TMDb::Date> stringToDate(const std::string &); } #endif