filename | src/lxdream.h |
changeset | 1024:c67f2d61ab97 |
prev | 939:6f2302afeb89 |
next | 1038:f220d18c0615 |
author | nkeynes |
date | Sat Jun 13 00:50:48 2009 +0000 (13 years ago) |
permissions | -rw-r--r-- |
last change | Build drivers with library dependencies as shared objects (ie plugins) |
file | annotate | diff | log | raw |
1.1 --- a/src/lxdream.h Sat Jan 03 03:30:26 2009 +00001.2 +++ b/src/lxdream.h Sat Jun 13 00:50:48 2009 +00001.3 @@ -90,6 +90,7 @@1.4 /****************** System paths ****************/1.5 const char *get_sysconf_path();1.6 const char *get_locale_path();1.7 +const char *get_plugin_path();1.9 #ifdef HAVE_FASTCALL1.10 #define FASTCALL __attribute__((regparm(2)))
.