From 330c2004a181f7ad3566aa980a8a501348358439 Mon Sep 17 00:00:00 2001 From: Andreas Schneider Date: Fri, 21 Aug 2009 10:17:58 +0200 Subject: [PATCH] Make the functions public. --- include/libssh/libssh.h | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/include/libssh/libssh.h b/include/libssh/libssh.h index faee16be..3bb82617 100644 --- a/include/libssh/libssh.h +++ b/include/libssh/libssh.h @@ -444,8 +444,8 @@ LIBSSH_API int ssh_init(void); LIBSSH_API int ssh_finalize(void); /* misc.c */ -char *ssh_dirname (const char *path); -char *ssh_basename (const char *path); +LIBSSH_API char *ssh_dirname (const char *path); +LIBSSH_API char *ssh_basename (const char *path); /* messages.c */ typedef struct ssh_message SSH_MESSAGE;