summaryrefslogtreecommitdiff
path: root/error.h
blob: 1a8f35091a8eeab5401655026da4121ffc518f85 (plain)
1
2
3
4
5
6
7
#ifndef _ERROR_H
#define ERROR_H

void fatal_error(const char *msgfmt, ...);
void warning(const char *msg);

#endif