aboutsummaryrefslogtreecommitdiff
path: root/web/storage.h
blob: fa6b7487f6ffefad432f1d984f96bf91840dd1ad (plain)
1
2
3
4
5
6
7
#include <string>
#include <fstream>

namespace storage {
	bool read(std::string, size_t, char *);
	bool write(std::string, size_t, const char *);
}

Generated with cgit - Back to sebastiano.tronto.net