Rev 5059 | Show entire file | Regard whitespace | Details | Blame | Last modification | View Log | RSS feed
Rev 5059 | Rev 5061 | ||
---|---|---|---|
Line 37... | Line 37... | ||
37 | int32_t klseek(int32_t handle, int32_t offset, int32_t whence); |
37 | int32_t klseek(int32_t handle, int32_t offset, int32_t whence); |
38 | int32_t kfilelength(int32_t handle); |
38 | int32_t kfilelength(int32_t handle); |
39 | int32_t ktell(int32_t handle); |
39 | int32_t ktell(int32_t handle); |
40 | void kclose(int32_t handle); |
40 | void kclose(int32_t handle); |
41 | 41 | ||
- | 42 | void krename(const char *filename, const char *newname); |
|
- | 43 | ||
42 | typedef struct { intptr_t *hand; int32_t leng; char *lock ; } cactype; |
44 | typedef struct { intptr_t *hand; int32_t leng; char *lock ; } cactype; |
43 | 45 | ||
44 | enum { |
46 | enum { |
45 | CACHE1D_FIND_FILE = 1, |
47 | CACHE1D_FIND_FILE = 1, |
46 | CACHE1D_FIND_DIR = 2, |
48 | CACHE1D_FIND_DIR = 2, |