Search
lxdream.org :: lxdream/src/config.h :: diff
lxdream 0.9.1
released Jun 29
Download Now
filename src/config.h
changeset 759:f16975739abc
prev755:ab873907b00e
next1024:c67f2d61ab97
author nkeynes
date Wed Oct 29 23:51:58 2008 +0000 (15 years ago)
permissions -rw-r--r--
last change Use regparam calling conventions for all functions called from translated code,
along with a few other high-use functions. Can probably extend this to all functions,
but as it is this is a nice performance boost
file annotate diff log raw
1.1 --- a/src/config.h Mon Jul 21 00:08:34 2008 +0000
1.2 +++ b/src/config.h Wed Oct 29 23:51:58 2008 +0000
1.3 @@ -59,7 +59,7 @@
1.4
1.5 /* Global config values */
1.6 const gchar *lxdream_get_config_value( int key );
1.7 -const lxdream_config_entry_t lxdream_get_config_entry( int key );
1.8 +const struct lxdream_config_entry * lxdream_get_config_entry( int key );
1.9
1.10 void lxdream_set_global_config_value( int key, const gchar *value );
1.11 void lxdream_set_config_value( lxdream_config_entry_t entry, const gchar *value );
.