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

#include <stdio.h>

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

#endif /* _LOG_H */
OpenPOWER on IntegriCloud