Revision a9307221
Von martin vor mehr als 15 Jahren hinzugefügt
plugins/dbio/csv/csv_p.h | ||
---|---|---|
|
||
|
||
static int GWEN_DBIO_CSV_Export(GWEN_DBIO *dbio,
|
||
GWEN_IO_LAYER *io,
|
||
GWEN_SYNCIO *sio,
|
||
GWEN_DB_NODE *data,
|
||
GWEN_DB_NODE *cfg,
|
||
uint32_t flags,
|
||
uint32_t guiid,
|
||
int msecs);
|
||
uint32_t flags);
|
||
|
||
static int GWEN_DBIO_CSV_Import(GWEN_DBIO *dbio,
|
||
GWEN_IO_LAYER *io,
|
||
GWEN_SYNCIO *sio,
|
||
GWEN_DB_NODE *data,
|
||
GWEN_DB_NODE *cfg,
|
||
uint32_t flags,
|
||
uint32_t guiid,
|
||
int msecs);
|
||
uint32_t flags);
|
||
|
||
static GWEN_DBIO_CHECKFILE_RESULT GWEN_DBIO_CSV_CheckFile(GWEN_DBIO *dbio, const char *fname,
|
||
uint32_t guiid, int msecs);
|
||
static GWEN_DBIO_CHECKFILE_RESULT GWEN_DBIO_CSV_CheckFile(GWEN_DBIO *dbio, const char *fname);
|
||
|
||
static int GWEN_DBIO_CSV__ReadLine(GWEN_FAST_BUFFER *fb,
|
||
GWEN_STRINGLIST *sl,
|
||
uint32_t guiid,
|
||
int msecs);
|
||
static int GWEN_DBIO_CSV__ReadLine(GWEN_FAST_BUFFER *fb, GWEN_STRINGLIST *sl);
|
||
|
||
|
||
#endif
|
Auch abrufbar als: Unified diff
Started moving to new synchronous IO framework.
We need to adapt AqBanking as well because now the DBIO functions use
GWEN_SYNCIO pointers instead of GWEN_IO_LAYER pointers.
Since we don't need guiid and timeout arguments for the new sync io functions
they have been removed now.
Removed IPC code.
git-svn-id: https://devel.aqbanking.de/svn/gwenhywfar/trunk@1724 70169cfe-8b10-0410-8925-dcb4b91034d8