diff options
Diffstat (limited to 'src/xml.c')
-rw-r--r-- | src/xml.c | 2 |
1 files changed, 2 insertions, 0 deletions
@@ -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; } |