/* darkstat 3
- * copyright (c) 2001-2009 Emil Mikulic.
+ * copyright (c) 2001-2011 Emil Mikulic.
*
* err.h: BSD-like err() and warn() functions
*
* OR IN CONNECTION WITH THE USE OR PERFORMANCE OF THIS SOFTWARE.
*/
-#include "darkstat.h"
+#include "cdefs.h"
void err(const int code, const char *format, ...)
_noreturn_ _printflike_(2, 3);
void warn(const char *format, ...) _printflike_(1, 2);
void warnx(const char *format, ...) _printflike_(1, 2);
-extern int want_verbose, want_syslog;
void verbosef(const char *format, ...) _printflike_(1, 2);
void dverbosef(const char *format _unused_, ...);