prototypes for typesdef.c

This commit is contained in:
dwarning 2010-02-28 17:51:39 +00:00
parent 532a13fd08
commit 651e749a03
1 changed files with 7 additions and 7 deletions

View File

@ -477,14 +477,14 @@ extern struct variable *if_getstat();
extern struct line *inp_deckcopy();
extern struct line *inp_subcktexpand();
/* types.c */
/* typesdef.c */
extern void com_dftype();
extern void com_stype();
extern char *ft_typabbrev();
extern char *ft_typenames();
extern char *ft_plotabbrev();
extern int ft_typnum();
extern void com_dftype(wordlist *);
extern void com_stype(wordlist *);
extern char *ft_typabbrev(int);
extern char *ft_typenames(int);
extern char *ft_plotabbrev(char *);
extern int ft_typnum(char *);
/* vectors.c */