| 19 #ifndef LIBGADU_DEBUG_H |
19 #ifndef LIBGADU_DEBUG_H |
| 20 #define LIBGADU_DEBUG_H |
20 #define LIBGADU_DEBUG_H |
| 21 |
21 |
| 22 #include "libgadu.h" |
22 #include "libgadu.h" |
| 23 |
23 |
| 24 const char *gg_debug_state(enum gg_state_t state); |
|
| 25 const char *gg_debug_event(enum gg_event_t event); |
|
| 26 void gg_debug_dump(struct gg_session *sess, int level, const char *buf, size_t len); |
24 void gg_debug_dump(struct gg_session *sess, int level, const char *buf, size_t len); |
| 27 void gg_debug_common(struct gg_session *sess, int level, const char *format, va_list ap); |
25 void gg_debug_common(struct gg_session *sess, int level, const char *format, va_list ap); |
| 28 |
26 |
| 29 #endif /* LIBGADU_DEBUG_H */ |
27 #endif /* LIBGADU_DEBUG_H */ |