#include <stdarg.h>
#include <stdio.h>
#include <malloc.h>
#include <string.h>
#include "wftk_session.h"
#include "time.h"
#include "stdarg.h"
#include "wftk_internals.h"
#include "xmlapi.h"
#include "xmlobj.h"
/*#include "localdefs.h" -- don't know whether I want this or not at this point. */
#ifdef WINDOWS
#include <windows.h> /* For DLL machinery for adaptor loading. */
#endif
#ifdef WFTK_WITH_REPMGR
#include "../repmgr/repmgr.h"
#endif
See Working with sessions
See wftk configuration module
See wftk adaptor code
|