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