1
0
mirror of https://git.libssh.org/projects/libssh.git synced 2025-11-27 13:21:11 +03:00

Make the functions public.

This commit is contained in:
Andreas Schneider
2009-08-21 10:17:58 +02:00
parent 0b10493e90
commit 330c2004a1

View File

@@ -444,8 +444,8 @@ LIBSSH_API int ssh_init(void);
LIBSSH_API int ssh_finalize(void); LIBSSH_API int ssh_finalize(void);
/* misc.c */ /* misc.c */
char *ssh_dirname (const char *path); LIBSSH_API char *ssh_dirname (const char *path);
char *ssh_basename (const char *path); LIBSSH_API char *ssh_basename (const char *path);
/* messages.c */ /* messages.c */
typedef struct ssh_message SSH_MESSAGE; typedef struct ssh_message SSH_MESSAGE;