2
0
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:
Ben Pfaff
2010-03-16 15:06:11 -07:00
parent 76f105d9be
commit daf03c53ee
5 changed files with 70 additions and 13 deletions

View File

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