blob: 72a0e0c3806c89e29a65cf4f2c2f6ab1e65361aa (
plain)
1
2
3
4
5
6
7
|
#ifndef _SHADOWLOG_INTERNAL_H
#define _SHADOWLOG_INTERNAL_H
extern const char *shadow_progname; /* Program name showed in error messages */
extern FILE *shadow_logfd; /* file descripter to which error messages are printed */
#endif /* _SHADOWLOG_INTERNAL_H */
|