1
1

doc: Fixed ssh_path_expand_tilde documentation.

Этот коммит содержится в:
Andreas Schneider 2010-06-01 23:11:00 +02:00
родитель 518a9b8d8c
Коммит a138a52021

Просмотреть файл

@ -527,8 +527,6 @@ int ssh_mkdir(const char *pathname, mode_t mode) {
/**
* @brief Expand a directory starting with a tilde '~'
*
* @param[in] session The ssh session to use.
*
* @param[in] d The directory to expand.
*
* @return The expanded directory, NULL on error.