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

  • 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
 
 
2
int rccSave(rcc_context *ctx) {
 
3
    return 0;
 
4
}
 
5
 
 
6
int rccLoad(rcc_context *ctx) {
 
7
    return 0;
 
8
}