/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-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:
2
2
#include "internal.h"
3
3
 
4
4
/* pass programm name */
 
5
 
 
6
/* Load and Then Save */
 
7
/* flock */
5
8
int rccSave(rcc_context ctx) {
6
9
    return 0;
7
10
}
8
11
 
9
 
/* Load and Then Save */
10
12
int rccLoad(rcc_context ctx) {
11
13
    return 0;
12
14
}