collect vec_get() in "fteext.h"

This commit is contained in:
rlar 2010-10-16 15:53:33 +00:00
parent e71ca2c2b7
commit 16e8689529
2 changed files with 4 additions and 1 deletions

View File

@ -1,3 +1,7 @@
2010-10-16 Robert Larice
* src/frontend/vectors.h :
collect vec_get() in "fteext.h"
2010-10-16 Robert Larice
* src/frontend/com_setscale.c ,
* src/frontend/plotting/plotting.h :

View File

@ -11,7 +11,6 @@ void ft_loadfile(char *file);
void plot_add(struct plot *pl);
void vec_remove(char *name);
struct dvec * vec_fromplot(char *word, struct plot *plot);
struct dvec * vec_get(const char *word);
void plot_docoms(wordlist *wl);
struct dvec * vec_copy(struct dvec *v);
struct plot * plot_alloc(char *name);