Merged revisions 8245-8298 via svnmerge from
[cacao.git] / src / vm / properties.h
index a983c081d9e7228f3f524ae3384fc42a06e6ca5e..d1e383751e876b5f8cca2530a9817eb0a93611e6 100644 (file)
@@ -22,7 +22,7 @@
    Foundation, Inc., 51 Franklin Street, Fifth Floor, Boston, MA
    02110-1301, USA.
 
-   $Id: properties.h 8236 2007-07-27 10:18:17Z twisti $
+   $Id: properties.h 8295 2007-08-11 17:57:24Z michi $
 
 */
 
@@ -43,10 +43,10 @@ bool  properties_init(void);
 void  properties_add(char *key, char *value);
 char *properties_get(char *key);
 
-void  properties_system_add(java_objectheader *p, char *key, char *value);
+void  properties_system_add(java_handle_t *p, char *key, char *value);
 
 #if defined(ENABLE_JAVASE)
-void  properties_system_add_all(java_objectheader *p);
+void  properties_system_add_all(java_handle_t *p);
 #endif
 
 #endif /* _PROPERTIES_H */