Revision fd95c7de
Von admin vor mehr als 4 Jahren hinzugefügt
- hinzugefügt
- geändert
- kopiert
- umbenannt
- gelöscht
- src
- libs
- plugins
- backends
- aqhbci
- applayer
- Makefile.am (Vergleich)
- hhd_l.h (Vergleich)
- itan.c (Vergleich)
- itan.h
- itan1.c (Vergleich)
- itan1.h
- itan2.c (Vergleich)
- itan2.h
- outbox.c (Vergleich)
- outbox_dialog.c (Vergleich)
- outbox_dialog.h
- outbox_hbci.c (Vergleich)
- outbox_hbci.h
- outbox_l.h (Vergleich)
- outbox_p.h (Vergleich)
- outbox_psd2.c (Vergleich)
- outbox_psd2.h
- outbox_recv.c (Vergleich)
- outbox_recv.h
- outbox_send.c (Vergleich)
- outbox_send.h
- msglayer
- applayer
- aqhbci
- backends
- plugins
- libs
AqHBCI: Compile outbox files as full source files, dont include.
More work on code cleanup. Define clear interfaces, make not needed functions
private to the source code files. For this to work we need to compile each
submodule completely as its own single code file (otherwise static functions
from one module might interfere with those of other included source files).