1
0
mirror of https://git.libssh.org/projects/libssh.git synced 2026-01-06 14:21:55 +03:00

Added a function to expand the tilde from a path.

This commit is contained in:
Andreas Schneider
2010-05-10 22:47:00 +02:00
parent 26d04ff037
commit 4df7daec82
2 changed files with 62 additions and 0 deletions

View File

@@ -28,6 +28,8 @@ char *ssh_get_user_home_dir(void);
char *ssh_get_local_username(ssh_session session);
int ssh_file_readaccess_ok(const char *file);
char *ssh_path_expand_tilde(const char *d);
/* macro for byte ordering */
uint64_t ntohll(uint64_t);
#define htonll(x) ntohll(x)