/rusxmms/librcc

To get this branch, use:
bzr branch http://suren.me/webbzr/rusxmms/librcc

« back to all changes in this revision

Viewing changes to src/fs.h

  • Committer: Suren A. Chilingaryan
  • Date: 2005-06-16 23:14:30 UTC
  • Revision ID: Arch-1:ds@dside.dyndns.org--darksoft-2004%librcc--main--0.1--base-0
Initial Import

Show diffs side-by-side

added added

removed removed

Lines of Context:
 
1
#ifndef _RCC_FS_H
 
2
#define _RCC_FS_H
 
3
 
 
4
int rccFS0(const char *fspath, const char *filename, char **prefix, char **name);
 
5
int rccFS1(rcc_context *ctx, const char *fspath, char **prefix, char **name);
 
6
char *rccFS2(rcc_context *ctx, iconv_t icnv, const char *prefix, const char *name);
 
7
char *rccFS3(rcc_context *ctx, rcc_language_id language_id, rcc_class_id class_id, const char *prefix, const char *name);
 
8
 
 
9
#endif /* _RCC_FS_H */