]> git.ozlabs.org Git - petitboot/blob - log/log.h
discover/grub2: Allow to separate the --id argument using a space char
[petitboot] / log / log.h
1 #ifndef _LOG_H
2 #define _LOG_H
3
4 #include <stdio.h>
5
6 void pb_log(const char *fmt, ...);
7 void pb_log_set_stream(FILE *stream);
8 void pb_log_always_flush(int state);
9
10 #endif /* _LOG_H */