]> granicus.if.org Git - graphviz/commitdiff
Janitor: fix more: "warning: function declaration isn’t a prototype"
authorellson <devnull@localhost>
Mon, 23 Feb 2009 16:16:28 +0000 (16:16 +0000)
committerellson <devnull@localhost>
Mon, 23 Feb 2009 16:16:28 +0000 (16:16 +0000)
cmd/smyrna/glexpose.h

index ff7790e04464800a89f520435dfd4772d16a1b43..e49ceb39cbba7cf4ec70ac6a604a2f7343289cde 100644 (file)
@@ -21,8 +21,8 @@ int glupdatecamera(ViewInfo * v);
 int glexpose_main(ViewInfo * v);
 void glexpose_grid(ViewInfo * v);
 int glexpose_drawgraph(ViewInfo * view);
-void drawRotatingTools();
-void drawtestpoly();
+void drawRotatingTools(void);
+void drawtestpoly(void);
 
 
 #endif