From 6a48a6cc9b6b37c55e0dae5f847a23a5d343be49 Mon Sep 17 00:00:00 2001 From: peavey Date: Mon, 16 Jul 2007 11:49:18 +0000 Subject: Remove printf_c from wrapper, this code also segfaulted when it was used. git-svn-id: http://svn.inspircd.org/repository/trunk/inspircd@7443 e03df62e-2008-0410-955e-edbf42e46eb7 --- win/inspircd_win32wrapper.h | 3 --- 1 file changed, 3 deletions(-) (limited to 'win/inspircd_win32wrapper.h') diff --git a/win/inspircd_win32wrapper.h b/win/inspircd_win32wrapper.h index 87baf9781..602ee1eee 100644 --- a/win/inspircd_win32wrapper.h +++ b/win/inspircd_win32wrapper.h @@ -100,9 +100,6 @@ CoreExport int inet_aton(const char *, struct in_addr *); /* Unix-style get running user id */ CoreExport int geteuid(); -/* Handles colors in printf */ -CoreExport int printf_c(const char * format, ...); - /* getopt() wrapper */ # define no_argument 0 # define required_argument 1 -- cgit v1.2.3