mirror of
https://github.com/openvswitch/ovs
synced 2025-08-31 06:15:47 +00:00
util: New function follow_symlinks().
It will acquire its first user in an upcoming commit. Signed-off-by: Ben Pfaff <blp@nicira.com>
This commit is contained in:
@@ -219,6 +219,9 @@ char *dir_name(const char *file_name);
|
||||
char *base_name(const char *file_name);
|
||||
char *abs_file_name(const char *dir, const char *file_name);
|
||||
|
||||
char *xreadlink(const char *filename);
|
||||
char *follow_symlinks(const char *filename);
|
||||
|
||||
void ignore(bool x OVS_UNUSED);
|
||||
int log_2_floor(uint32_t);
|
||||
int log_2_ceil(uint32_t);
|
||||
|
Reference in New Issue
Block a user