2022-05-10 15:26:15 +02:00
|
|
|
#ifndef _SHADOWLOG_INTERNAL_H
|
|
|
|
#define _SHADOWLOG_INTERNAL_H
|
|
|
|
|
2021-12-25 22:41:58 +00:00
|
|
|
extern const char *shadow_progname; /* Program name showed in error messages */
|
2022-12-30 11:51:29 +00:00
|
|
|
extern FILE *shadow_logfd; /* file descriptor to which error messages are printed */
|
2022-05-10 15:26:15 +02:00
|
|
|
|
|
|
|
#endif /* _SHADOWLOG_INTERNAL_H */
|