summaryrefslogtreecommitdiffstats
path: root/src/xml.c
blob: 5026fec266d31601c1532f5c95e6700ed75682ee (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
#include <stdio.h>
#include "internal.h"

/* pass programm name */

/* Load and Then Save */
/* flock */
int rccSave(rcc_context ctx) {
    return 0;
}

int rccLoad(rcc_context ctx) {
    return 0;
}