(getvec, putvec): No longer used, remove.

This commit is contained in:
Markus Armbruster 2004-03-11 22:08:16 +00:00
parent b62aca0ecd
commit 245b5a21e2
3 changed files with 2 additions and 85 deletions

View file

@ -116,9 +116,6 @@ extern int fsize(int);
extern int blksize(int);
extern time_t fdate(int);
extern void filetruncate(s_char *);
/* getvar.c */
extern int getvec(int, int *, s_char *, int);
extern int putvec(int, int *, s_char *, int);
/* hap_fact.c */
extern double hap_fact(struct natstr *, struct natstr *);
/* hours.c */