Rev 3346 | Show entire file | Ignore whitespace | Details | Blame | Last modification | View Log | RSS feed
| Rev 3346 | Rev 3366 | ||
|---|---|---|---|
| Line 11... | Line 11... | ||
| 11 | "Not Enough Memory", |
11 | "Not Enough Memory", |
| 12 | "Permission Denied", |
12 | "Permission Denied", |
| 13 | "Method Not Supported", |
13 | "Method Not Supported", |
| 14 | "Bad command or file name", |
14 | "Bad command or file name", |
| 15 | "Entry already exists", |
15 | "Entry already exists", |
| - | 16 | "Object too large", |
|
| 16 | NULL |
17 | NULL |
| 17 | }; |
18 | }; |
| 18 | 19 | ||
| - | 20 | static char *err2str(int); |
|
| - | 21 | ||
| 19 | #endif |
22 | #endif |
| 20 | 23 | ||