]> git.proxmox.com Git - ceph.git/blame - ceph/src/tools/rbd_ggate/debug.h
update sources to v12.1.3
[ceph.git] / ceph / src / tools / rbd_ggate / debug.h
CommitLineData
d2e6a577
FG
1#ifndef CEPH_RBD_GGATE_DEBUG_H
2#define CEPH_RBD_GGATE_DEBUG_H
3
4#ifdef __cplusplus
5extern "C" {
6#endif
7
8void debug(int level, const char *fmt, ...) __printflike(2, 3);
9void debugv(int level, const char *fmt, va_list ap) __printflike(2, 0);
10void err(const char *fmt, ...) __printflike(1, 2);
11void errx(const char *fmt, ...) __printflike(1, 2);
12
13#ifdef __cplusplus
14}
15#endif
16
17#endif // CEPH_RBD_GGATE_DEBUG_H