~mdoyen/homebank/5.0.x

« back to all changes in this revision

Viewing changes to src/hb-assign.h

  • Committer: Maxime Doyen
  • Date: 2016-05-08 16:12:56 UTC
  • Revision ID: homebank@free.fr-20160508161256-kibyki8ja9ke68bx
5.0.7 release

Show diffs side-by-side

added added

removed removed

Lines of Context:
1
1
/*  HomeBank -- Free, easy, personal accounting for everyone.
2
 
 *  Copyright (C) 1995-2015 Maxime DOYEN
 
2
 *  Copyright (C) 1995-2016 Maxime DOYEN
3
3
 *
4
4
 *  This file is part of HomeBank.
5
5
 *
38
38
#define ASGF_EXACT      (1<<0)
39
39
#define ASGF_DOPAY      (1<<1)
40
40
#define ASGF_DOCAT      (1<<2)
41
 
#define ASGF_OVWPAY     (1<<3)
42
 
#define ASGF_OVWCAT     (1<<4)
 
41
 
 
42
#define ASGF_OVWPAY     (1<<9)
 
43
#define ASGF_OVWCAT     (1<<10)
43
44
 
44
45
void
45
46
da_asg_free(Assign *item);