Revision c7b52c58
Von aquamaniac vor mehr als 21 Jahren hinzugefügt
src/impl/msgengine/hbcimsg.h | ||
---|---|---|
void GWEN_HBCIMsg_Add(GWEN_HBCIMSG *hmsg, GWEN_HBCIMSG **head);
|
||
void GWEN_HBCIMsg_Del(GWEN_HBCIMSG *hmsg, GWEN_HBCIMSG **head);
|
||
|
||
int GWEN_HBCIMsg_AddNode(GWEN_HBCIMSG *hmsg,
|
||
GWEN_XMLNODE *node,
|
||
GWEN_DB_NODE *data);
|
||
/**
|
||
* @return number of the segment used by this node
|
||
*/
|
||
unsigned int GWEN_HBCIMsg_AddNode(GWEN_HBCIMSG *hmsg,
|
||
GWEN_XMLNODE *node,
|
||
GWEN_DB_NODE *data);
|
||
|
||
unsigned int GWEN_HBCIMsg_GetCurrentSegmentNumber(GWEN_HBCIMSG *hmsg);
|
||
|
Auch abrufbar als: Unified diff
- fixed some compiler warnings
- more work on IPC
git-svn-id: https://devel.aqbanking.de/svn/gwenhywfar/trunk@85 70169cfe-8b10-0410-8925-dcb4b91034d8