~ubuntu-branches/ubuntu/oneiric/libaqbanking/oneiric

« back to all changes in this revision

Viewing changes to src/libs/aqbanking/types/pin_l.h

  • Committer: Bazaar Package Importer
  • Author(s): Micha Lenk
  • Date: 2011-07-17 21:48:34 UTC
  • mfrom: (4.1.20 sid)
  • Revision ID: james.westby@ubuntu.com-20110717214834-lyz8iczvjpycpu66
Tags: 5.0.14-1
New upstream release

Show diffs side-by-side

added added

removed removed

Lines of Context:
36
36
 
37
37
void AB_Pin_List2_freeAll(AB_PIN_LIST2 *stl);
38
38
 
39
 
AB_PIN *AB_Pin_new();
 
39
AB_PIN *AB_Pin_new(void);
40
40
AB_PIN *AB_Pin_fromDb(GWEN_DB_NODE *db);
41
41
AB_PIN *AB_Pin_dup(const AB_PIN*st);
42
42
void AB_Pin_free(AB_PIN *st);