File: etats_csv.h

package info (click to toggle)
grisbi 0.6.0-1
  • links: PTS, VCS
  • area: main
  • in suites: squeeze
  • size: 15,180 kB
  • ctags: 7,111
  • sloc: ansic: 114,821; sh: 11,374; makefile: 1,102; perl: 370; yacc: 291
file content (17 lines) | stat: -rw-r--r-- 248 bytes parent folder | download
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
#ifndef ETATS_CSV_H
#define ETATS_CSV_H

#include "structures.h"

extern struct struct_etat_affichage csv_affichage;


/* START_INCLUDE_H */
#include "././etats_affiche.h"
/* END_INCLUDE_H */


/* START_DECLARATION */
/* END_DECLARATION */

#endif