aboutsummaryrefslogtreecommitdiffstats
path: root/src/util.h
blob: f542261af4cb6778e892c695cd5ca3ed2491c3b4 (plain) (blame)
1
2
3
4
5
6
#ifndef _RUNES_UTIL_H
#define _RUNES_UTIL_H

void runes_warn(const char *fmt, ...);

#endif