]> git.proxmox.com Git - ceph.git/blob - ceph/src/mgr/PyState.h
bump version to 12.2.1-pve3
[ceph.git] / ceph / src / mgr / PyState.h
1 #ifndef PYSTATE_H_
2 #define PYSTATE_H_
3
4 #include "Python.h"
5
6 class PyModules;
7
8 extern PyModules *global_handle;
9 extern PyMethodDef CephStateMethods[];
10
11 #endif
12