]> granicus.if.org Git - graphviz/commitdiff
*** empty log message ***
authorarif <devnull@localhost>
Thu, 8 Oct 2009 20:14:51 +0000 (20:14 +0000)
committerarif <devnull@localhost>
Thu, 8 Oct 2009 20:14:51 +0000 (20:14 +0000)
cmd/smyrna/gui/glcompui.h [new file with mode: 0644]

diff --git a/cmd/smyrna/gui/glcompui.h b/cmd/smyrna/gui/glcompui.h
new file mode 100644 (file)
index 0000000..4cb5b6d
--- /dev/null
@@ -0,0 +1,21 @@
+/* $Id$Revision: */
+/* vim:set shiftwidth=4 ts=8: */
+
+/**********************************************************
+*      This software is part of the graphviz package      *
+*                http://www.graphviz.org/                 *
+*                                                         *
+*            Copyright (c) 1994-2004 AT&T Corp.           *
+*                and is licensed under the                *
+*            Common Public License, Version 1.0           *
+*                      by AT&T Corp.                      *
+*                                                         *
+*        Information and Software Systems Research        *
+*              AT&T Research, Florham Park NJ             *
+**********************************************************/
+
+#ifndef GLCOMPUI_H
+#define GLCOMPUI_H
+#include "smyrnadefs.h"
+extern glCompSet *glcreate_gl_topview_menu(void);
+#endif