Update of /cvsroot/foo/foo/elkfoo/include
In directory sc8-pr-cvs1.sourceforge.net:/tmp/cvs-serv19529/include
Modified Files:
elkfoo.h
Log Message:
adopted to new archiving interface in libfoo
Index: elkfoo.h
===================================================================
RCS file: /cvsroot/foo/foo/elkfoo/include/elkfoo.h,v
retrieving revision 1.5
retrieving revision 1.6
diff -C2 -d -r1.5 -r1.6
*** elkfoo.h 13 Aug 2004 21:33:57 -0000 1.5
--- elkfoo.h 15 Aug 2004 20:30:48 -0000 1.6
***************
*** 51,54 ****
--- 51,55 ----
#include <FOO/FOOObject.h>
+ #include <FOO/FOOContext.h>
/*
***************
*** 83,88 ****
extern SchemeObject V_Context;
! extern int Write_Context();
! extern int Read_Context();
SchemeObject Get_Context(void);
--- 84,89 ----
extern SchemeObject V_Context;
! extern int Write_Context (const char *, FOOContext *, BOOL);
! extern int Read_Context (const char *, FOOContext **);
SchemeObject Get_Context(void);
|