From 7c759b961521ecae451b113eaa7531f9c77b0079 Mon Sep 17 00:00:00 2001 From: "Bernhard R. Link" Date: Sun, 4 Oct 2009 14:03:25 +0200 Subject: add ssh_set_error_oom and ssh_set_error_invalid Signed-off-by: Andreas Schneider --- include/libssh/priv.h | 2 ++ 1 file changed, 2 insertions(+) (limited to 'include/libssh/priv.h') diff --git a/include/libssh/priv.h b/include/libssh/priv.h index 5dc3889..bea4c34 100644 --- a/include/libssh/priv.h +++ b/include/libssh/priv.h @@ -123,6 +123,8 @@ int ssh_config_parse_file(ssh_options opt, const char *filename); /* errors.c */ void ssh_set_error(void *error, int code, const char *descr, ...) PRINTF_ATTRIBUTE(3, 4); +void ssh_set_error_oom(void *); +void ssh_set_error_invalid(void *, const char *); /* in crypt.c */ uint32_t packet_decrypt_len(ssh_session session,char *crypted); -- cgit