From f37a36a8f4360cd86fa3a60223d371a2177a3512 Mon Sep 17 00:00:00 2001 From: rsc Date: Sun, 23 Nov 2003 17:52:04 +0000 Subject: create, perror, and remove are now properly in the headers. --- src/cmd/sam/sam.h | 4 ---- 1 file changed, 4 deletions(-) (limited to 'src/cmd/sam') diff --git a/src/cmd/sam/sam.h b/src/cmd/sam/sam.h index 551a0dbd..5ba8a614 100644 --- a/src/cmd/sam/sam.h +++ b/src/cmd/sam/sam.h @@ -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*); -- cgit v1.2.3