~ubuntu-branches/debian/squeeze/rdup/squeeze

1
2
3
4
5
6
7
8
9
#ifndef _COMMON_H
#define _COMMON_H
#define BUFSIZE		8192
#define LIST_MINSIZE	6
#define LIST_SPACEPOS   5

/* signal.c */
void got_sig(int signal);
#endif /* COMMON_H */