diff options
| author | rsc <devnull@localhost> | 2003-10-11 02:45:55 +0000 |
|---|---|---|
| committer | rsc <devnull@localhost> | 2003-10-11 02:45:55 +0000 |
| commit | ffcafb8c4b9ed1f6e17891ab00ec2818f5af032f (patch) | |
| tree | 71daefc715737d608e2c54a5548d5d077a3ee0b9 /src/cmd/sam/sam.h | |
| parent | 941c9f36a9230690989f495313a399af5192ef5c (diff) | |
| download | plan9port-ffcafb8c4b9ed1f6e17891ab00ec2818f5af032f.tar.gz plan9port-ffcafb8c4b9ed1f6e17891ab00ec2818f5af032f.zip | |
Various tweaks. The implementation of notify, create, etc.
should really be in lib9.
Diffstat (limited to 'src/cmd/sam/sam.h')
| -rw-r--r-- | src/cmd/sam/sam.h | 5 |
1 files changed, 5 insertions, 0 deletions
diff --git a/src/cmd/sam/sam.h b/src/cmd/sam/sam.h index c6b6873f..551a0dbd 100644 --- a/src/cmd/sam/sam.h +++ b/src/cmd/sam/sam.h @@ -404,3 +404,8 @@ void outlong(long); void outvlong(void*); void outsend(void); void outflush(void); + + +extern int create(char*, int, ulong); +extern int perror(char*); +extern int remove(char*); |
