mirror of
https://github.com/Gnucash/gnucash.git
synced 2025-02-25 18:55:30 -06:00
13 lines
246 B
C
13 lines
246 B
C
|
/*
|
||
|
* gnc-entry-xml-v2.h -- entry xml i/o parser/unparsers
|
||
|
*
|
||
|
* Copyright (C) 2000 Derek Atkins <warlord@MIT.EDU>
|
||
|
*/
|
||
|
|
||
|
#ifndef GNC_ENTRY_XML_V2_H
|
||
|
#define GNC_ENTRY_XML_V2_H
|
||
|
|
||
|
void gnc_entry_xml_initialize (void);
|
||
|
|
||
|
#endif /* GNC_ENTRY_XML_V2_H */
|