#include "config.h"
#endif
+#define _BLD_gvc 1
+#include "gvc.h"
+
#include "builddate.h"
-#include "types.h"
#include "const.h"
-#include "gvplugin.h"
#include "gvcjob.h"
#include "gvcint.h"
#include "gvcproc.h"
#include "gvconfig.h"
-extern GVC_t *gvNEWcontext(char **info, char *user);
-extern char *gvUsername(void);
-extern int gvRenderJobs (GVC_t * gvc, graph_t * g);
-
static char *LibInfo[] = {
"libgvc", /* Program */
VERSION, /* Version */
extern "C" {
#endif
+#if defined(_BLD_gvc) && defined(__EXPORT__)
+#define extern __EXPORT__
+#endif
+
#define dotneato_initialize dotneato_initialize_DEPRECATED_BY_gvParseArgs
#define parse_args parse_args_DEPRECATED_BY_gvParseArgs
*/
extern void gvAddLibrary(GVC_t *gvc, gvplugin_library_t *lib);
+#undef extern
+
#ifdef __cplusplus
}
#endif