Browse Source

collect vec_get() in "fteext.h"

pre-master-46
rlar 16 years ago
parent
commit
16e8689529
  1. 4
      ChangeLog
  2. 1
      src/frontend/vectors.h

4
ChangeLog

@ -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 :

1
src/frontend/vectors.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…
Cancel
Save