csv-transactions-export.h (gnucash-5.0.tar.bz2) | : | csv-transactions-export.h (gnucash-5.1.tar.bz2) | ||
---|---|---|---|---|
skipping to change at line 33 | skipping to change at line 33 | |||
/** @file csv-transactions-export.h | /** @file csv-transactions-export.h | |||
@brief CSV Export Transactions | @brief CSV Export Transactions | |||
@author Copyright (c) 2012 Robert Fewell | @author Copyright (c) 2012 Robert Fewell | |||
*/ | */ | |||
#ifndef CSV_TRANSACTIONS_EXPORT | #ifndef CSV_TRANSACTIONS_EXPORT | |||
#define CSV_TRANSACTIONS_EXPORT | #define CSV_TRANSACTIONS_EXPORT | |||
#include "assistant-csv-export.h" | #include "assistant-csv-export.h" | |||
#ifdef __cplusplus | ||||
extern "C" { | ||||
#endif | ||||
/** The csv_transactions_export() will let the user export the | /** The csv_transactions_export() will let the user export the | |||
* transactions to a delimited file. | * transactions to a delimited file. | |||
*/ | */ | |||
void csv_transactions_export (CsvExportInfo *info); | void csv_transactions_export (CsvExportInfo *info); | |||
#ifdef __cplusplus | ||||
} | ||||
#endif | ||||
#endif | #endif | |||
End of changes. 2 change blocks. | ||||
0 lines changed or deleted | 8 lines changed or added |