mirror of
https://github.com/Gnucash/gnucash.git
synced 2025-02-25 18:55:30 -06:00
Remove tabs from io-gncxml-v2.h.
This commit is contained in:
@@ -159,15 +159,15 @@ gboolean gnc_xml2_parse_with_subst (
|
||||
}
|
||||
typedef struct
|
||||
{
|
||||
int version; /* backend version number */
|
||||
const char * type_name; /* The XML tag for this type */
|
||||
int version; /* backend version number */
|
||||
const char * type_name; /* The XML tag for this type */
|
||||
|
||||
sixtp * (*create_parser) (void);
|
||||
gboolean (*add_item)(sixtp_gdv2 *, gpointer obj);
|
||||
int (*get_count) (QofBook *);
|
||||
gboolean (*write) (FILE*, QofBook*);
|
||||
void (*scrub) (QofBook *);
|
||||
gboolean (*ns) (FILE*);
|
||||
sixtp * (*create_parser) (void);
|
||||
gboolean (*add_item)(sixtp_gdv2 *, gpointer obj);
|
||||
int (*get_count) (QofBook *);
|
||||
gboolean (*write) (FILE*, QofBook*);
|
||||
void (*scrub) (QofBook *);
|
||||
gboolean (*ns) (FILE*);
|
||||
} GncXmlDataType_t;
|
||||
|
||||
void gnc_xml_register_backend(GncXmlDataType_t&);
|
||||
|
||||
Reference in New Issue
Block a user