diff options
Diffstat (limited to 'libguile-ssh/log.h')
| -rw-r--r-- | libguile-ssh/log.h | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/libguile-ssh/log.h b/libguile-ssh/log.h index b4ffbb0..ee0324a 100644 --- a/libguile-ssh/log.h +++ b/libguile-ssh/log.h @@ -21,6 +21,9 @@ extern struct symbol_mapping log_verbosity[]; extern void _gssh_log_error (const char* function_name, const char* msg, SCM args); +extern void _gssh_log_warning (const char* function_name, const char* msg, + SCM args); + extern void init_log_func (void); /* log.h ends here */ |
