blob: d4f46c889f40d729b20085c98fbb802484cbafbd [file] [log] [blame]
#ifndef TH_GENERIC_FILE
#define TH_GENERIC_FILE "generic/serialization.h"
#else
template <class io>
void THPStorage_(writeFileRaw)(THStorage *self, io fd);
template <class io>
THStorage * THPStorage_(readFileRaw)(io fd, THStorage *storage);
#endif