collect vec_get() in "fteext.h"
This commit is contained in:
parent
e71ca2c2b7
commit
16e8689529
|
|
@ -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 :
|
||||
|
|
|
|||
|
|
@ -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);
|
||||
|
|
|
|||
Loading…
Reference in New Issue