diff util.h @ 747:85c98a222fea

Merge
author Michael Pavone <pavone@retrodev.com>
date Thu, 28 May 2015 23:05:32 -0700
parents 2e1b3b258523
children 2f48a3c187c6
line wrap: on
line diff
--- a/util.h	Thu May 28 00:11:15 2015 -0700
+++ b/util.h	Thu May 28 23:05:32 2015 -0700
@@ -19,6 +19,8 @@
 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);