/misc/src/release/graphviz-2.18-1/src/graphviz-2.18/lib/gvc/gvcext.h

Go to the documentation of this file.
00001 /* $Id: gvcext.h,v 1.7 2007/05/30 22:28:27 erg Exp $ $Revision: 1.7 $ */
00002 /* vim:set shiftwidth=4 ts=8: */
00003 
00004 /**********************************************************
00005 *      This software is part of the graphviz package      *
00006 *                http://www.graphviz.org/                 *
00007 *                                                         *
00008 *            Copyright (c) 1994-2004 AT&T Corp.           *
00009 *                and is licensed under the                *
00010 *            Common Public License, Version 1.0           *
00011 *                      by AT&T Corp.                      *
00012 *                                                         *
00013 *        Information and Software Systems Research        *
00014 *              AT&T Research, Florham Park NJ             *
00015 **********************************************************/
00016 
00017 /* Common header used by both clients and plugins */
00018 
00019 #ifndef GVCEXT_H
00020 #define GVCEXT_H
00021 
00022 #ifdef __cplusplus
00023 extern "C" {
00024 #endif
00025 
00026 #ifdef WITH_CODEGENS
00027     typedef struct codegen_s codegen_t;
00028     typedef struct codegen_info_s codegen_info_t;
00029 #endif
00030 
00031     typedef struct GVJ_s GVJ_t;
00032     typedef struct GVC_s GVC_t;
00033 
00034     typedef struct {
00035         const char *name;
00036         void* address;
00037     } lt_symlist_t;
00038 
00039 
00040 #if defined(GVDLL) && !defined(ENABLE_LTDL)
00041     extern lt_symlist_t lt_preloaded_symbols[];
00042 #else
00043     extern const lt_symlist_t lt_preloaded_symbols[];
00044 #endif
00045 
00046 #ifdef __cplusplus
00047 }
00048 #endif
00049 
00050 #endif

Generated on Mon Mar 31 19:03:26 2008 for Graphviz by  doxygen 1.5.1