• Home
  • Line#
  • Scopes#
  • Navigate#
  • Raw
  • Download
1 #ifndef THP_STORAGE_SHARING_INC
2 #define THP_STORAGE_SHARING_INC
3 
4 #include <Python.h>
5 
6 PyMethodDef* THPStorage_getSharingMethods();
7 
8 #endif
9