mirror of
git://sourceware.org/git/libabigail.git
synced 2024-12-16 15:04:46 +00:00
Add a missing function declaration
* include/abg-tools-utils.h (dir_name): Add missing function declaration. Signed-off-by: Dodji Seketeli <dodji@redhat.com>
This commit is contained in:
parent
133d0e491d
commit
4173b2a421
@ -43,6 +43,8 @@ bool is_regular_file(const string&);
|
||||
bool is_dir(const string&);
|
||||
bool base_name(string const& path,
|
||||
string& file_name);
|
||||
bool dir_name(string const &path,
|
||||
string& path_dir_name);
|
||||
bool ensure_dir_path_created(const string&);
|
||||
bool ensure_parent_dir_created(const string&);
|
||||
bool check_file(const string& path, ostream& out);
|
||||
|
Loading…
Reference in New Issue
Block a user