aboutsummaryrefslogtreecommitdiff
path: root/utils.h
blob: 8a19473f029ecb13aea7b5cf7f215ff37b83e9ee (plain)
1
2
3
4
5
6
7
8
9
10
11
12
#ifndef UTILS_H
#define UTILS_H

extern const char *progname;

void info (const char *, ...);
void warning (const char *, ...);
void fatal (const char *, ...);

#define NOTUSED(x) ((void)(x))

#endif /* UTILS_H */