From dd95e35dd370dacdbaace2c08b5a0b9b0358ffee Mon Sep 17 00:00:00 2001 From: Sjoerd van der Berg Date: Fri, 18 Oct 2002 09:18:16 +0000 Subject: [PATCH] Removed wildcmp Imported-from: https://svn.code.sf.net/p/dosbox/code-0/dosbox/trunk@341 --- include/support.h | 2 -- 1 file changed, 2 deletions(-) diff --git a/include/support.h b/include/support.h index 00079ee7..8857469a 100644 --- a/include/support.h +++ b/include/support.h @@ -39,8 +39,6 @@ char *ltrim(char *str); void rtrim(char * const str); char *trim(char *str); -bool wildcmp(char *wild, char *string); - bool ScanCMDBool(char * cmd,char * check); char * ScanCMDRemain(char * cmd); bool ScanCMDHex(char * cmd,char * check,Bits * result);