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

#include <stdio.h>

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

#endif /* _LOG_H */
OpenPOWER on IntegriCloud