From a21deef1c62467b21500f94dfb2ab3d58e69cb85 Mon Sep 17 00:00:00 2001 From: "Suren A. Chilingaryan" Date: Mon, 4 Jul 2005 04:14:58 +0000 Subject: 04.07.2005 --- src/xml.c | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'src/xml.c') diff --git a/src/xml.c b/src/xml.c index 5026fec..459bccf 100644 --- a/src/xml.c +++ b/src/xml.c @@ -5,10 +5,10 @@ /* Load and Then Save */ /* flock */ -int rccSave(rcc_context ctx) { +int rccSave(rcc_context ctx, const char *name) { return 0; } -int rccLoad(rcc_context ctx) { +int rccLoad(rcc_context ctx, const char *name) { return 0; } -- cgit v1.2.3