/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 ui/rccnames.h

  • Committer: Suren A. Chilingaryan
  • Date: 2005-07-02 05:08:36 UTC
  • Revision ID: Arch-1:ds@dside.dyndns.org--darksoft-2004%librcc--main--0.1--patch-3
02.07.2005

Show diffs side-by-side

added added

removed removed

Lines of Context:
 
1
#ifndef _RCC_UI_NAMES_C
 
2
#define _RCC_UI_NAMES_H
 
3
 
 
4
 
 
5
const char *rccUiGetLanguageName(rcc_ui_context ctx, const char *lang);
 
6
const char *rccUiGetOptionName(rcc_ui_context ctx, rcc_option option);
 
7
 
 
8
 
 
9
#endif /* _RCC_UI_NAMES_H */