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

« back to all changes in this revision

Viewing changes to src/libs/aqbanking/backendsupport/ab_queue.c

  • 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:
21
21
GWEN_INHERIT_FUNCTIONS(AB_QUEUE)
22
22
 
23
23
 
24
 
AB_QUEUE *AB_Queue_new() {
 
24
AB_QUEUE *AB_Queue_new(void) {
25
25
  AB_QUEUE *p_struct;
26
26
 
27
27
  GWEN_NEW_OBJECT(AB_QUEUE, p_struct)