diff options
author | Stephen Hemminger <stephen.hemminger@vyatta.com> | 2010-06-18 11:25:16 -0700 |
---|---|---|
committer | Stephen Hemminger <stephen.hemminger@vyatta.com> | 2010-06-18 11:32:11 -0700 |
commit | 5414692efe92a9fb87cbcb374493102bca7424bc (patch) | |
tree | eb62b179aed6658a74479b208de27dbfe95e3b58 /externs.h | |
parent | f726fb8698b59328fae9842a88e8a054ccddb45c (diff) | |
download | vyatta-bash-5414692efe92a9fb87cbcb374493102bca7424bc.tar.gz vyatta-bash-5414692efe92a9fb87cbcb374493102bca7424bc.zip |
Shell command logging support
Log command exit to message queue for use by command
logging daemons.
Diffstat (limited to 'externs.h')
-rw-r--r-- | externs.h | 3 |
1 files changed, 3 insertions, 0 deletions
@@ -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 *)); |