Wiki include file

Previous: WikiWikiWftk! ] [ Top:  ] [ Next: Wiki Compiler ]

Yet another include file. These are getting boring enough to motivate me to write a template processor for code. Real Soon Now -- this repmgr project will probably be a great deal of the machinery for that.
 
#ifndef WIKI_H
#define WIKI_H
#include <stdio.h>
#include <string.h>
#include "xmlapi.h"
#include "repmgr.h"

#ifndef WFTK_EXPORT
#define WFTK_EXPORT
#endif

#ifdef __cplusplus
extern "C" {
#endif

WFTK_EXPORT XML * wiki_parse (const char * src);
WFTK_EXPORT XML * wiki_build (XML * context, XML * wiki, XML * todo);

#ifdef __cplusplus
}
#endif
#endif
Previous: WikiWikiWftk! ] [ Top:  ] [ Next: Wiki Compiler ]


This code and documentation are released under the terms of the GNU license. They are copyright (c) 2002-2004, Vivtek. All rights reserved except those explicitly granted under the terms of the GNU license.