diff options
author | Markus Uhlin <markus@nifty-networks.net> | 2023-12-09 17:46:10 +0100 |
---|---|---|
committer | Markus Uhlin <markus@nifty-networks.net> | 2023-12-09 17:46:10 +0100 |
commit | 44389a1bc21b6a90f49cc702a49e27110d3fdf26 (patch) | |
tree | 459d5ddfefde248a7c55d7678ae546a451c9cbd1 /FICS/stdinclude.h | |
parent | ed8f2d70ca80edbb0daaf2d275268a8e344765bc (diff) |
Deleted function declarations
Diffstat (limited to 'FICS/stdinclude.h')
-rw-r--r-- | FICS/stdinclude.h | 5 |
1 files changed, 1 insertions, 4 deletions
diff --git a/FICS/stdinclude.h b/FICS/stdinclude.h index 4994c8e..22ae2ec 100644 --- a/FICS/stdinclude.h +++ b/FICS/stdinclude.h @@ -100,9 +100,6 @@ #include <sys/ioctl.h> #include <sys/wait.h> -extern time_t time(time_t *); -extern int rand(void); -extern int close(int); -extern size_t malloc_size(void *ptr); +extern size_t malloc_size(void *ptr); /* XXX */ #endif /* _STDINCLUDE_H */ |