Imported Upstream version 0.8.4
[platform/upstream/multipath-tools.git] / tests / test-log.h
1 #ifndef _TEST_LOG_H
2 #define _TEST_LOG_H
3
4 void __wrap_dlog (int sink, int prio, const char * fmt, ...);
5 void expect_condlog(int prio, char *string);
6
7 #endif