diff options
author | Suren A. Chilingaryan <csa@dside.dyndns.org> | 2005-07-05 03:15:53 +0000 |
---|---|---|
committer | Suren A. Chilingaryan <csa@dside.dyndns.org> | 2005-07-05 03:15:53 +0000 |
commit | 9922cef1af71786ae788903b52a8968e5775d510 (patch) | |
tree | badf23fc2701946b61df1d15227736783e44a754 /src/xml.c | |
parent | a21deef1c62467b21500f94dfb2ab3d58e69cb85 (diff) | |
download | librcc-9922cef1af71786ae788903b52a8968e5775d510.tar.gz librcc-9922cef1af71786ae788903b52a8968e5775d510.tar.bz2 librcc-9922cef1af71786ae788903b52a8968e5775d510.tar.xz librcc-9922cef1af71786ae788903b52a8968e5775d510.zip |
Save / Load
Diffstat (limited to 'src/xml.c')
-rw-r--r-- | src/xml.c | 14 |
1 files changed, 0 insertions, 14 deletions
diff --git a/src/xml.c b/src/xml.c deleted file mode 100644 index 459bccf..0000000 --- a/src/xml.c +++ /dev/null @@ -1,14 +0,0 @@ -#include <stdio.h> -#include "internal.h" - -/* pass programm name */ - -/* Load and Then Save */ -/* flock */ -int rccSave(rcc_context ctx, const char *name) { - return 0; -} - -int rccLoad(rcc_context ctx, const char *name) { - return 0; -} |