b312bc0b4d
Typos found with codespell. Signed-off-by: Samanta Navarro <ferivoz@riseup.net>
8 lines
263 B
C
8 lines
263 B
C
#ifndef _SHADOWLOG_INTERNAL_H
|
|
#define _SHADOWLOG_INTERNAL_H
|
|
|
|
extern const char *shadow_progname; /* Program name showed in error messages */
|
|
extern FILE *shadow_logfd; /* file descriptor to which error messages are printed */
|
|
|
|
#endif /* _SHADOWLOG_INTERNAL_H */
|