GnuCash  2.6.99
 All Data Structures Namespaces Files Functions Variables Typedefs Enumerations Enumerator Macros Groups Pages
gnc-address-sql.h
Go to the documentation of this file.
1 /* gnc-address-sql.h -- Address SQL header
2  *
3  * This program is free software; you can redistribute it and/or
4  * modify it under the terms of the GNU General Public License as
5  * published by the Free Software Foundation; either version 2 of
6  * the License, or (at your option) any later version.
7  *
8  * This program is distributed in the hope that it will be useful,
9  * but WITHOUT ANY WARRANTY; without even the implied warranty of
10  * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
11  * GNU General Public License for more details.
12  *
13  * You should have received a copy of the GNU General Public License
14  * along with this program; if not, contact:
15  *
16  * Free Software Foundation Voice: +1-617-542-5942
17  * 51 Franklin Street, Fifth Floor Fax: +1-617-542-2652
18  * Boston, MA 02110-1301, USA [email protected]
19  */
20 
29 #ifndef GNC_ADDRESS_SQL_H
30 #define GNC_ADDRESS_SQL_H
31 
32 #define CT_ADDRESS "address"
33 
34 void gnc_address_sql_initialize( void );
35 
36 #endif /* GNC_ADDRESS_SQL_H */