]> rtime.felk.cvut.cz Git - ulut.git/blob - ulut/ul_dbufflog.h
ulut: global hash tables size-step table variables have to be declared as extern.
[ulut.git] / ulut / ul_dbufflog.h
1 #ifndef UL_DBUFFLOG_H
2 #define UL_DBUFFLOG_H
3
4 #include "ul_dbuff.h"
5
6 #ifdef __cplusplus
7 extern "C" {
8 #endif
9
10 /**
11  * ul_dbuff_log_hex - writes content of dbuff to log
12  * @buf: buffer structure
13  * @log_level: logging level
14  */
15 void ul_dbuff_log_hex(ul_dbuff_t *buf, int log_level);
16
17 #ifdef __cplusplus
18 } /* extern "C"*/
19 #endif
20
21 #endif /* UL_DBUFFLOG_H */
22