Rev 5058 | Go to most recent revision | Show entire file | Regard whitespace | Details | Blame | Last modification | View Log | RSS feed
Rev 5058 | Rev 5059 | ||
---|---|---|---|
Line 29... | Line 29... | ||
29 | int32_t findfrompath(const char *fn, char **where); |
29 | int32_t findfrompath(const char *fn, char **where); |
30 | int32_t openfrompath(const char *fn, int32_t flags, int32_t mode); |
30 | int32_t openfrompath(const char *fn, int32_t flags, int32_t mode); |
31 | BFILE *fopenfrompath(const char *fn, const char *mode); |
31 | BFILE *fopenfrompath(const char *fn, const char *mode); |
32 | 32 | ||
33 | int32_t initgroupfile(const char *filename); |
33 | int32_t initgroupfile(const char *filename); |
34 | void uninitsinglegroupfile(int32_t grphandle); |
- | |
35 | void uninitgroupfile(void); |
34 | void uninitgroupfile(void); |
36 | int32_t kopen4load(const char *filename, char searchfirst); // searchfirst: 0 = anywhere, 1 = first group, 2 = any group |
35 | int32_t kopen4load(const char *filename, char searchfirst); // searchfirst: 0 = anywhere, 1 = first group, 2 = any group |
37 | int32_t kread(int32_t handle, void *buffer, int32_t leng); |
36 | int32_t kread(int32_t handle, void *buffer, int32_t leng); |
38 | 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); |
39 | int32_t kfilelength(int32_t handle); |
38 | int32_t kfilelength(int32_t handle); |