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