summaryrefslogtreecommitdiffstats
path: root/src/fs.h
blob: 5e31507fd4d5ad53be9f290acce1acfb90480d16 (plain)
1
2
3
4
5
6
7
8
9
#ifndef _RCC_FS_H
#define _RCC_FS_H

int rccFS0(const char *fspath, const char *filename, char **prefix, char **name);
int rccFS1(rcc_context *ctx, const char *fspath, char **prefix, char **name);
char *rccFS2(rcc_context *ctx, iconv_t icnv, const char *prefix, const char *name);
char *rccFS3(rcc_context *ctx, rcc_language_id language_id, rcc_class_id class_id, const char *prefix, const char *name);

#endif /* _RCC_FS_H */