2022-05-10 18:56:15 +05:30
|
|
|
#ifndef _SHADOWLOG_INTERNAL_H
|
|
|
|
#define _SHADOWLOG_INTERNAL_H
|
|
|
|
|
2021-12-26 04:11:58 +05:30
|
|
|
extern const char *shadow_progname; /* Program name showed in error messages */
|
2022-12-30 17:21:29 +05:30
|
|
|
extern FILE *shadow_logfd; /* file descriptor to which error messages are printed */
|
2022-05-10 18:56:15 +05:30
|
|
|
|
|
|
|
#endif /* _SHADOWLOG_INTERNAL_H */
|