Remove declaration of function that no longer exists.

This commit is contained in:
Jilles Tjoelker 2009-12-26 13:54:34 +00:00
parent 558e9b5c95
commit d4d5b4ed2d
Notes: svn2git 2020-12-20 02:59:44 +00:00
svn path=/head/; revision=201020

View File

@ -52,7 +52,6 @@ extern struct output memout;
extern struct output *out1;
extern struct output *out2;
void open_mem(char *, int, struct output *);
void out1str(const char *);
void out1qstr(const char *);
void out2str(const char *);