Merge branch 'master' of ssh://apples.lambdacomplex.org/git/bus
[bus.git] / origin-src / defuns.h
1
2
3
4
5
6
7
8
9
#ifndef __DEFUNS_H
#define __DEFUNS_H
 
// max length of an identifier field (i.e. a service period)
// this simplifies the saving/loading code considerably
const int MAX_ID_LEN = 20;
 
#endif // __DEFUNS_H