mirror of
https://github.com/openvswitch/ovs
synced 2025-08-31 06:15:47 +00:00
util: New functions get_cwd(), abs_file_name().
These will be used further in an upcoming commit.
This commit is contained in:
@@ -123,7 +123,9 @@ bool str_to_double(const char *, double *);
|
||||
|
||||
int hexit_value(int c);
|
||||
|
||||
char *get_cwd(void);
|
||||
char *dir_name(const char *file_name);
|
||||
char *abs_file_name(const char *dir, const char *file_name);
|
||||
|
||||
void ignore(bool x OVS_UNUSED);
|
||||
|
||||
|
Reference in New Issue
Block a user