aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--include/libssh/libssh.h4
1 files 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;