mirror of
git://sourceware.org/git/lvm2.git
synced 2025-04-23 22:50:44 +03:00
update create_dir() comment
This commit is contained in:
parent
310a81c90c
commit
6e0fa64c7b
@ -28,7 +28,7 @@ int dir_exists(const char *path);
|
||||
int is_empty_dir(const char *dir);
|
||||
|
||||
/*
|
||||
* Create directory (but not recursively) if necessary
|
||||
* Return 1 if directory exists on return, else 0
|
||||
* Create directory (recursively) if necessary. Return 1
|
||||
* if directory was successfully created (or already exists), else 0.
|
||||
*/
|
||||
int create_dir(const char *dir);
|
||||
|
Loading…
x
Reference in New Issue
Block a user