mirror of
https://codeberg.org/scip/pcp.git
synced 2025-12-17 20:00:58 +01:00
initial commit
This commit is contained in:
13
libpcp/warn.h
Normal file
13
libpcp/warn.h
Normal file
@@ -0,0 +1,13 @@
|
||||
#ifndef _HAVE_PCP_WARN_H
|
||||
#define _HAVE_PCP_WARN_H
|
||||
|
||||
#ifdef HAVE_ERR_H
|
||||
#include <err.h>
|
||||
#else
|
||||
#define NEED_WARN_PROGNAME
|
||||
const char * warn_progname;
|
||||
void warn(const char *, ...);
|
||||
void warnx(const char *, ...);
|
||||
#endif
|
||||
|
||||
#endif /* !_HAVE_WARN_H */
|
||||
Reference in New Issue
Block a user