create, perror, and remove are now properly in the headers.

This commit is contained in:
rsc 2003-11-23 17:52:04 +00:00
parent fc1d90caca
commit f37a36a8f4

View file

@ -405,7 +405,3 @@ void outvlong(void*);
void outsend(void);
void outflush(void);
extern int create(char*, int, ulong);
extern int perror(char*);
extern int remove(char*);