]> granicus.if.org Git - graphviz/commitdiff
fix up some comments
authorellson <devnull@localhost>
Thu, 6 Jan 2005 15:49:43 +0000 (15:49 +0000)
committerellson <devnull@localhost>
Thu, 6 Jan 2005 15:49:43 +0000 (15:49 +0000)
lib/gvc/gvc.h
lib/gvc/gvcint.h

index b99e0c95af5bba999e24b8b99751007d37f0f13b..7f71abad6d57f467ebc824976af06ee79a1eb148 100644 (file)
 *              AT&T Research, Florham Park NJ             *
 **********************************************************/
 
-/* This is the public header for the callers of libgvrender */
+/* This is the public header for the callers of libgvc */
 
-#ifndef GVRENDER_H
-#define GVRENDER_H
+#ifndef GVC_H
+#define GVC_H
 
 #include "gvplugin.h"
 #include "gvcint.h"
@@ -113,4 +113,4 @@ extern "C" {
 #ifdef __cplusplus
 }
 #endif
-#endif                         /* GVLAYOUT_H */
+#endif                         /* GVC_H */
index fb2d888fa94030a5c77924304f44ae961f9066c0..bd38f0c803a4e0e0b9ee54b8ae487b200fb670dc 100644 (file)
@@ -16,8 +16,8 @@
 
 /* Common header used by both clients and plugins */
 
-#ifndef GVRENDERINT_H
-#define GVRENDERINT_H
+#ifndef GVCINT_H
+#define GVCINT_H
 
 #ifdef __cplusplus
 extern "C" {
@@ -152,4 +152,4 @@ extern "C" {
 #ifdef __cplusplus
 }
 #endif
-#endif                         /* GVRENDERINT_H */
+#endif                         /* GVCINT_H */