/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/rccxml.h

  • Committer: Suren A. Chilingaryan
  • Date: 2005-07-13 16:49:47 UTC
  • Revision ID: Arch-1:ds@dside.dyndns.org--darksoft-2004%librcc--main--0.1--patch-12
Engine Plugins

Show diffs side-by-side

added added

removed removed

Lines of Context:
1
1
#ifndef _RCC_XML_H
2
2
#define _RCC_XML_H
3
3
 
4
 
int rccXmlInit();
 
4
int rccXmlInit(int LoadConfiguration);
5
5
void rccXmlFree();
6
6
 
7
7
#endif /* _RCC_XML_H */