/* util.h * * Copyright (C) 2010 Henrik Hautakoski * * This program is free software: you can redistribute it and/or modify * it under the terms of the GNU General Public License as published by * the Free Software Foundation, either version 3 of the License, or * (at your option) any later version. */ #ifndef __UTIL_H #define __UTIL_H void die(const char *, ...); void die_errno(const char *); #endif /* __UTIL_H */