summaryrefslogtreecommitdiffstats
path: root/lib/log/log.h
blob: 813a19e293773fd9f72ad5c8092a7498d9b65a54 (plain)
1
2
3
4
5
6
7
8
9
10
#ifndef _LOG_H
#define _LOG_H

#include <stdio.h>

void pb_log(const char *fmt, ...);
void pb_log_set_stream(FILE *stream);
void pb_log_always_flush(int state);

#endif /* _LOG_H */
OpenPOWER on IntegriCloud