mirror of
https://git.freebsd.org/ports.git
synced 2025-06-22 21:20:31 -04:00
11 lines
349 B
C
11 lines
349 B
C
--- party.h.orig Wed Oct 15 18:31:34 2003
|
|
+++ party.h Wed Oct 15 18:31:58 2003
|
|
@@ -464,7 +464,7 @@
|
|
#ifdef BSD
|
|
int susp();
|
|
#endif /*BSD*/
|
|
-vint err(), db();
|
|
+vint err(char *, ...), db(char *, ...);
|
|
char *getlogin(), *malloc(), *ctime(), *fgets(), *getenv();
|
|
char *chn_file_name(), *getline();
|
|
char *strchr(), *strpbrk(), *strrchr(), *strstr();
|