1
0
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:
Andres Salomon 2002-05-19 03:52:38 +00:00
parent 310a81c90c
commit 6e0fa64c7b

View File

@ -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);