comparison: libpurple/protocols/gg/lib/debug.c
libpurple/protocols/gg/lib/debug.c
- branch
- soc.2012.gg
- changeset 33290
- 63898cecf274
- parent 33285
- 32cbdbf016bd
- child 35557
- e83a87761544
equal
deleted
inserted
replaced
| 30 #include <stdarg.h> |
30 #include <stdarg.h> |
| 31 #include <stdio.h> |
31 #include <stdio.h> |
| 32 #include <string.h> |
32 #include <string.h> |
| 33 |
33 |
| 34 #include "libgadu.h" |
34 #include "libgadu.h" |
| 35 #include "libgadu-debug.h" |
35 #include "debug.h" |
| 36 |
36 |
| 37 /** |
37 /** |
| 38 * Poziom rejestracji informacji odpluskwiających. Zmienna jest maską bitową |
38 * Poziom rejestracji informacji odpluskwiających. Zmienna jest maską bitową |
| 39 * składającą się ze stałych \c GG_DEBUG_... |
39 * składającą się ze stałych \c GG_DEBUG_... |
| 40 * |
40 * |