403Webshell
Server IP : 82.208.35.60  /  Your IP : 216.73.216.238
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/sysutils/tcplist/files/

Upload File :
current_dir [ Writeable ] document_root [ Writeable ]

 

Command :


[ Back ]     

Current File : /usr/ports/sysutils/tcplist/files/patch-utils.h
--- utils.h.orig	Mon Oct 13 13:14:12 2003
+++ utils.h	Mon Oct 13 13:15:00 2003
@@ -50,19 +50,19 @@
 
 /* Error - print like fprintf(stderr, ...) and die. Progname included at
 	   beginning of message, newline at end. */
-extern void Error();
+extern void Error(char *, ...);
 /* Warning - like error, without dying */
-extern void Warning();
+extern void Warning(char *, ...);
 
 extern char *mylib_malloc();   
 extern char *mylib_realloc();
 extern char *mylib_scopy();
 extern char *mylib_srcopy();
-extern char *cat();
+extern char *cat(char *, ...);
 extern char *getstr();
 extern FILE *efopen();
 extern void efclose();
-extern void dfprintf();
+extern void dfprintf(int, FILE *, char *, ...);
 
 extern char *progname; /* application's name. Used by Error, Warning. */
 extern int d; /* debug level */

Youez - 2016 - github.com/yon3zu
LinuXploit