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 dd1424b..c3fe866 100644 --- a/libguile-ssh/log.h +++ b/libguile-ssh/log.h @@ -28,6 +28,9 @@ extern void _gssh_log_error (const char* function_name, const char* msg, extern void _gssh_log_warning (const char* function_name, const char* msg, SCM args); +extern void _gssh_log_debug (const char* function_name, const char* msg, + SCM args); +extern void _gssh_log_debug1 (const char* function_name, const char* msg); extern void init_log_func (void); |
