|
GnuCash 2.4.99
|
00001 #ifndef KVP_SCM_H 00002 #define KVP_SCM_H 00003 00004 #include "qof.h" 00005 #include <libguile.h> 00006 00007 KvpValue* gnc_scm_to_kvp_value_ptr(SCM kvpval); 00008 SCM gnc_kvp_value_ptr_to_scm(KvpValue* val); 00009 void gnc_kvp_frame_delete_at_path(KvpFrame *frame, GSList *key_path); 00010 00011 #endif /* KVP_SCM_H */ 00012
1.7.4