summaryrefslogtreecommitdiff
path: root/libtmdb/conversions.h
blob: c64cf920f7797fb27ccde59851591c4213f4a992 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
#ifndef LIBTMDB_OPTIONS_H
#define LIBTMDB_OPTIONS_H

#include <visibility.h>
#include <tmdb-common.h>

namespace Slicer {
	DLL_PUBLIC std::string dateToString(const IceUtil::Optional<::TMDb::Date> &);
	DLL_PUBLIC IceUtil::Optional<::TMDb::Date> stringToDate(const std::string &);
}

#endif