Work on new history implementation

This commit is contained in:
ridiculousfish
2012-02-05 16:42:24 -08:00
parent 7fcf25a78f
commit 5ad6849d4e
16 changed files with 789 additions and 194 deletions

1
path.h
View File

@@ -22,6 +22,7 @@
\return 0 if the no configuration directory can be located or created, the directory path otherwise.
*/
wchar_t *path_get_config( void *context);
bool path_get_config(wcstring &path);
/**
Finds the full path of an executable in a newly allocated string.