1#ifndef THP_STORAGE_SHARING_INC
2#define THP_STORAGE_SHARING_INC
3
4#include <Python.h>
5
6PyMethodDef* THPStorage_getSharingMethods();
7
8#endif
9