Browse Source

ansi function declarations (prototypes) for some functions

pre-master-46
rlar 16 years ago
parent
commit
12dc45118b
  1. 4
      ChangeLog
  2. 5
      src/include/fteext.h

4
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 ,

5
src/include/fteext.h

@ -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…
Cancel
Save