summaryrefslogtreecommitdiffstats
path: root/src/xml.c
diff options
context:
space:
mode:
Diffstat (limited to 'src/xml.c')
-rw-r--r--src/xml.c2
1 files changed, 2 insertions, 0 deletions
diff --git a/src/xml.c b/src/xml.c
index f5d7b5e..40bb3d4 100644
--- a/src/xml.c
+++ b/src/xml.c
@@ -1,10 +1,12 @@
#include <stdio.h>
#include "internal.h"
+/* pass programm name */
int rccSave(rcc_context ctx) {
return 0;
}
+/* Load and Then Save */
int rccLoad(rcc_context ctx) {
return 0;
}