diff options
author | Michael Pavone <pavone@retrodev.com> | 2015-05-28 23:05:32 -0700 |
---|---|---|
committer | Michael Pavone <pavone@retrodev.com> | 2015-05-28 23:05:32 -0700 |
commit | d597043be9f8d1c22ac6a2365e5cbb9f82e7ea46 (patch) | |
tree | 131c7ea0f3ec03882bb8183a734f04c757918180 /util.h | |
parent | 391656eca9eb35b7e3937b2af1316460d5639306 (diff) | |
parent | 66aedc9c1a87c8811be4dba263dbcd7ec026cc70 (diff) |
Merge
Diffstat (limited to 'util.h')
-rw-r--r-- | util.h | 2 |
1 files changed, 2 insertions, 0 deletions
@@ -19,6 +19,8 @@ char * split_keyval(char * text); void set_exe_str(char * str); //Returns the directory the executable is in char * get_exe_dir(); +//Returns the user's home directory +char * get_home_dir(); //Returns the contents of a symlink in a newly allocated string char * readlink_alloc(char * path); |