Search
lxdream.org :: lxdream/src/lxpaths.h :: diff
lxdream 0.9.1
released Jun 29
Download Now
filename src/lxpaths.h
changeset 1241:74f8e11ab4b8
prev1205:a486ac64f34b
next1296:30ecee61f811
author nkeynes
date Sat Aug 04 08:46:28 2012 +1000 (11 years ago)
permissions -rw-r--r--
last change Handle corner case in pvr2_run_slice when we've previously slightly overrun
the end of the time slice
file annotate diff log raw
1.1 --- a/src/lxpaths.h Mon Jan 30 20:11:08 2012 +1000
1.2 +++ b/src/lxpaths.h Sat Aug 04 08:46:28 2012 +1000
1.3 @@ -42,6 +42,11 @@
1.4 */
1.5 const char *get_user_data_path();
1.6
1.7 +/**
1.8 + * Set the user data path
1.9 + */
1.10 +void set_user_data_path( const char *p );
1.11 +
1.12 /******************** Path helpers *****************/
1.13
1.14 /**
.