wmi-1.3.16 from opsview.com
This commit is contained in:
@@ -0,0 +1,8 @@
|
||||
#ifndef _ERR_H
|
||||
#define _ERR_H 1
|
||||
|
||||
void err(int eval, const char *format, ...);
|
||||
void errx(int eval, const char *format, ...);
|
||||
void warnx(const char *format, ...);
|
||||
|
||||
#endif /* err.h */
|
||||
Reference in New Issue
Block a user