ansi function declarations (prototypes) for some functions
This commit is contained in:
parent
d6ad853ecb
commit
12dc45118b
|
|
@ -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 ,
|
||||
|
|
|
|||
|
|
@ -14,6 +14,7 @@ Modified: 1999 Paolo Nenzi - 2000 AlansFixes
|
|||
#include <config.h>
|
||||
|
||||
/* 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 */
|
||||
|
||||
|
|
|
|||
Loading…
Reference in New Issue