File: qif.h

package info (click to toggle)
grisbi 0.8.9-1
  • links: PTS, VCS
  • area: main
  • in suites: wheezy
  • size: 15,172 kB
  • sloc: ansic: 111,365; sh: 11,062; makefile: 581; perl: 370
file content (16 lines) | stat: -rw-r--r-- 480 bytes parent folder | download | duplicates (3)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
#ifndef _QIF_H
#define _QIF_H (1)
/* START_INCLUDE_H */
#include "import.h"
/* END_INCLUDE_H */


/* START_DECLARATION */
gboolean gsb_qif_export_archive ( const gchar *filename,
                        gint archive_number );
gboolean qif_export ( const gchar *filename,
                        gint account_nb,
                        gint archive_number );
gboolean recuperation_donnees_qif ( GtkWidget *assistant, struct imported_file *imported );
/* END_DECLARATION */
#endif