summaryrefslogtreecommitdiff
path: root/externs.h
diff options
context:
space:
mode:
Diffstat (limited to 'externs.h')
-rw-r--r--externs.h3
1 files changed, 3 insertions, 0 deletions
diff --git a/externs.h b/externs.h
index bc28eda..ca4260a 100644
--- a/externs.h
+++ b/externs.h
@@ -85,6 +85,9 @@ extern int reader_loop __P((void));
extern int parse_command __P((void));
extern int read_command __P((void));
+/* Functions from logging.c */
+extern void initialize_logging __P((void));
+
/* Functions from braces.c. */
#if defined (BRACE_EXPANSION)
extern char **brace_expand __P((char *));