summaryrefslogtreecommitdiff
path: root/win/inspircd_win32wrapper.h
diff options
context:
space:
mode:
authorpeavey <peavey@e03df62e-2008-0410-955e-edbf42e46eb7>2007-07-16 11:49:18 +0000
committerpeavey <peavey@e03df62e-2008-0410-955e-edbf42e46eb7>2007-07-16 11:49:18 +0000
commit6a48a6cc9b6b37c55e0dae5f847a23a5d343be49 (patch)
tree9a8ef3cde224f3706765e203e9429b4d441cf167 /win/inspircd_win32wrapper.h
parent2b38cad97751c7e9f82f3fa9ef516cae4be9102b (diff)
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
Diffstat (limited to 'win/inspircd_win32wrapper.h')
-rw-r--r--win/inspircd_win32wrapper.h3
1 files changed, 0 insertions, 3 deletions
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