/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/lng.c

  • Committer: Suren A. Chilingaryan
  • Date: 2005-06-28 23:44:19 UTC
  • Revision ID: Arch-1:ds@dside.dyndns.org--darksoft-2004%librcc--main--0.1--patch-2
29.06.2005

Show diffs side-by-side

added added

removed removed

Lines of Context:
2
2
#include <string.h>
3
3
 
4
4
#include "internal.h"
5
 
#include "config.h"
 
5
#include "rccconfig.h"
6
6
#include "rcclocale.h"
7
7
 
8
8
rcc_language_ptr rccGetLanguagePointer(rcc_context ctx, rcc_language_id language_id) {