File: errors.h

package info (click to toggle)
rdiff-backup-fs 1.0.0-8
  • links: PTS
  • area: main
  • in suites: forky, sid, trixie
  • size: 952 kB
  • sloc: sh: 3,800; ansic: 2,944; makefile: 23
file content (18 lines) | stat: -rw-r--r-- 281 bytes parent folder | download | duplicates (4)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
#define ERR_PARAMETRES 1
#define ERR_NO_MOUNT_OPT 2
#define ERR_NO_REPO_OPT 3

#define ERR_UNKNOWN_OPTION 4

#define ERR_NO_MOUNT 5
#define ERR_NO_REPO 6
#define ERR_NO_TMP 8

#define ERR_RDIFF 7

#define ERR_FULL_ONLY 9
#define ERR_REPO_READ 10

void fail(int);

void clean_up();