From 12dc45118bfbdf43a4868b57b300b9213999b34f Mon Sep 17 00:00:00 2001 From: rlar Date: Tue, 6 Jul 2010 19:06:50 +0000 Subject: [PATCH] ansi function declarations (prototypes) for some functions --- ChangeLog | 4 ++++ src/include/fteext.h | 5 +++-- 2 files changed, 7 insertions(+), 2 deletions(-) diff --git a/ChangeLog b/ChangeLog index 17f730813..9e77cce98 100644 --- a/ChangeLog +++ b/ChangeLog @@ -1,3 +1,7 @@ +2010-07-06 Robert Larice + * src/include/fteext.h : + ansi function declarations (prototypes) for some functions + 2010-07-06 Robert Larice * src/main.c , * src/frontend/nutmegif.c , diff --git a/src/include/fteext.h b/src/include/fteext.h index e4a4cf8bd..52f4a128b 100644 --- a/src/include/fteext.h +++ b/src/include/fteext.h @@ -14,6 +14,7 @@ Modified: 1999 Paolo Nenzi - 2000 AlansFixes #include /* needed to find out what the interface structures look like */ +#include "typedefs.h" #include "ifsim.h" #include "dvec.h" #include "plot.h" @@ -50,7 +51,7 @@ extern void com_stop(wordlist *wl); extern void com_sttus(wordlist *wl); extern void com_trce(wordlist *wl); extern void ft_trquery(void); -extern void dbfree( ); +extern void dbfree(struct dbcomm *db); /* breakp2.c */ @@ -274,7 +275,7 @@ extern bool gr_circular; /* grid.c */ -extern void gr_fixgrid(); +extern void gr_fixgrid(GRAPH *graph, double xdelta, double ydelta, int xtype, int ytype); /* inp.c */