|
GnuCash 2.4.99
|
00001 /* gnc-address-sql.h -- Address SQL header 00002 * 00003 * This program is free software; you can redistribute it and/or 00004 * modify it under the terms of the GNU General Public License as 00005 * published by the Free Software Foundation; either version 2 of 00006 * the License, or (at your option) any later version. 00007 * 00008 * This program is distributed in the hope that it will be useful, 00009 * but WITHOUT ANY WARRANTY; without even the implied warranty of 00010 * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the 00011 * GNU General Public License for more details. 00012 * 00013 * You should have received a copy of the GNU General Public License 00014 * along with this program; if not, contact: 00015 * 00016 * Free Software Foundation Voice: +1-617-542-5942 00017 * 51 Franklin Street, Fifth Floor Fax: +1-617-542-2652 00018 * Boston, MA 02110-1301, USA gnu@gnu.org 00019 */ 00020 00029 #ifndef GNC_ADDRESS_SQL_H 00030 #define GNC_ADDRESS_SQL_H 00031 00032 #define CT_ADDRESS "address" 00033 00034 void gnc_address_sql_initialize( void ); 00035 00036 #endif /* GNC_ADDRESS_SQL_H */
1.7.4