GnuCash 2.4.99
TransLog.h
Go to the documentation of this file.
00001 /********************************************************************\
00002  * This program is free software; you can redistribute it and/or    *
00003  * modify it under the terms of the GNU General Public License as   *
00004  * published by the Free Software Foundation; either version 2 of   *
00005  * the License, or (at your option) any later version.              *
00006  *                                                                  *
00007  * This program is distributed in the hope that it will be useful,  *
00008  * but WITHOUT ANY WARRANTY; without even the implied warranty of   *
00009  * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.  See the    *
00010  * GNU General Public License for more details.                     *
00011  *                                                                  *
00012  * You should have received a copy of the GNU General Public License*
00013  * along with this program; if not, contact:                        *
00014  *                                                                  *
00015  * Free Software Foundation           Voice:  +1-617-542-5942       *
00016  * 51 Franklin Street, Fifth Floor    Fax:    +1-617-542-2652       *
00017  * Boston, MA  02110-1301,  USA       gnu@gnu.org                   *
00018  *                                                                  *
00019 \********************************************************************/
00020 
00043 #ifndef XACC_TRANS_LOG_H
00044 #define XACC_TRANS_LOG_H
00045 
00046 #include "Account.h"
00047 #include "Transaction.h"
00048 
00049 void    xaccOpenLog (void);
00050 void    xaccCloseLog (void);
00051 void    xaccReopenLog (void);
00052 
00066 void    xaccTransWriteLog (Transaction *trans, char flag);
00067 
00069 void    xaccLogEnable (void);
00070 
00072 void    xaccLogDisable (void);
00073 
00079 void    xaccLogSetBaseName (const char *);
00080 
00082 gboolean xaccFileIsCurrentLog (const gchar *name);
00083 
00084 #endif /* XACC_TRANS_LOG_H */
00085 
 All Data Structures Files Functions Variables Typedefs Enumerations Enumerator Defines