Projekt

Allgemein

Profil

« Zurück | Weiter » 

Revision a518b8d3

Von aquamaniac vor mehr als 21 Jahren hinzugefügt

  • ID a518b8d3281f42515245cd05df3e642693b93ec8
  • Vorgänger d0476f06
  • Nachfolger bd9c59ae

- should now work with OpenSSL 0.9.6 as well...
- again more work on IPC
- fixed some bugs

git-svn-id: https://devel.aqbanking.de/svn/gwenhywfar/trunk@77 70169cfe-8b10-0410-8925-dcb4b91034d8

Unterschiede anzeigen:

src/impl/msgengine/hbcimsg.h
GWEN_BUFFER *GWEN_HBCIMsg_GetBuffer(GWEN_HBCIMSG *hmsg);
/**
* Takes the buffer away from the HBCIMsg.
* The caller is responsible for freeing the returned buffer !
*/
GWEN_BUFFER *GWEN_HBCIMsg_TakeBuffer(GWEN_HBCIMSG *hmsg);
/**
* Takes over ownership of the given buffer.
*/
void GWEN_HBCIMsg_SetBuffer(GWEN_HBCIMSG *hmsg,
GWEN_BUFFER *bf);
unsigned int GWEN_HBCIMsg_GetFlags(GWEN_HBCIMSG *hmsg);
void GWEN_HBCIMsg_SetFlags(GWEN_HBCIMSG *hmsg,
unsigned int f);
......
void GWEN_HBCIMsg_SetMsgNumber(GWEN_HBCIMSG *hmsg,
unsigned int i);
unsigned int GWEN_HBCIMsg_GetMsgLayerId(GWEN_HBCIMSG *hmsg);
void GWEN_HBCIMsg_SetMsgLayerId(GWEN_HBCIMSG *hmsg,
unsigned int i);
unsigned int GWEN_HBCIMsg_GetNodes(GWEN_HBCIMSG *hmsg);
GWEN_HBCIMSG *GWEN_HBCIMsg_new(GWEN_HBCIDIALOG *hdlg);

Auch abrufbar als: Unified diff