aboutsummaryrefslogtreecommitdiff
path: root/src/cmd/troff/fns.h
diff options
context:
space:
mode:
authorwkj <devnull@localhost>2004-05-16 07:55:57 +0000
committerwkj <devnull@localhost>2004-05-16 07:55:57 +0000
commitc5561c23cf394806cbf6d70a96f2dc0253f93745 (patch)
treef4a5b99f88454917a5bada0f2a97d1505051968c /src/cmd/troff/fns.h
parentb855148c9b6d28fedfd083d037bcf246f1913d92 (diff)
downloadplan9port-c5561c23cf394806cbf6d70a96f2dc0253f93745.tar.gz
plan9port-c5561c23cf394806cbf6d70a96f2dc0253f93745.tar.bz2
plan9port-c5561c23cf394806cbf6d70a96f2dc0253f93745.zip
Checkpoint -- still merging with Taj's version of the world.
Diffstat (limited to 'src/cmd/troff/fns.h')
-rw-r--r--src/cmd/troff/fns.h2
1 files changed, 2 insertions, 0 deletions
diff --git a/src/cmd/troff/fns.h b/src/cmd/troff/fns.h
index 6bd94ada..087d4c80 100644
--- a/src/cmd/troff/fns.h
+++ b/src/cmd/troff/fns.h
@@ -1,6 +1,7 @@
/*
* other
*/
+#ifdef NOTDEF
int pclose(FILE*);
long filesize(int fd);
int open(char *, int);
@@ -8,6 +9,7 @@ int read(int, char *, int);
int lseek(int, long, int);
int close(int);
int getpid(void);
+#endif
/*
* c1.c