ViewVC Help
View File | Revision Log | Show Annotations | Download File
/cvs/Convert-UUlib/uulib/uustring.h
Revision: 1.3
Committed: Tue Jun 12 03:20:45 2001 UTC (22 years, 11 months ago) by root
Content type: text/plain
Branch: MAIN
Branch point for: UUDEVIEW
Changes since 1.2: +1 -1 lines
Log Message:
*** empty log message ***

File Contents

# User Rev Content
1 root 1.3 /* extracted from Id: uustring.c,v 1.2 2001/06/11 20:42:38 root Exp */
2 root 1.1 #define S_NOT_OPEN_SOURCE 1
3     #define S_NOT_OPEN_TARGET 2
4     #define S_NOT_OPEN_FILE 3
5     #define S_NOT_STAT_FILE 4
6     #define S_SOURCE_READ_ERR 5
7     #define S_READ_ERROR 6
8     #define S_IO_ERR_TARGET 7
9     #define S_WR_ERR_TARGET 8
10     #define S_WR_ERR_TEMP 9
11     #define S_TMP_NOT_REMOVED 10
12     #define S_OUT_OF_MEMORY 11
13     #define S_TARGET_EXISTS 12
14     #define S_NOT_RENAME 13
15     #define S_ERR_ENCODING 14
16     #define S_STAT_ONE_PART 15
17     #define S_PARM_CHECK 16
18     #define S_SHORT_BINHEX 17
19     #define S_DECODE_CANCEL 18
20     #define S_ENCODE_CANCEL 19
21     #define S_SCAN_CANCEL 20
22     #define S_LOADED_PART 21
23     #define S_NO_DATA_FOUND 22
24     #define S_NO_BIN_FILE 23
25     #define S_STRIPPED_SETUID 24
26     #define S_DATA_SUSPICIOUS 25
27     #define S_NO_TEMP_NAME 26
28     #define S_BINHEX_SIZES 27
29     #define S_BINHEX_BOTH 28
30     #define S_SMERGE_MERGED 29
31     #define S_MIME_NO_BOUNDARY 30
32     #define S_MIME_B_NOT_FOUND 31
33     #define S_MIME_MULTI_DEPTH 32
34     #define S_MIME_PART_MULTI 33