1
0
Fork 0

Header updates.

Imported-from: https://svn.code.sf.net/p/dosbox/code-0/dosbox/trunk@3289
This commit is contained in:
Peter Veenstra 2009-02-01 14:24:38 +00:00
parent 4b1a5010f2
commit c90ebb3028
12 changed files with 27 additions and 42 deletions

View file

@ -16,7 +16,7 @@
* Foundation, Inc., 59 Temple Place - Suite 330, Boston, MA 02111-1307, USA.
*/
/* $Id: drives.h,v 1.39 2007-11-01 12:15:34 qbix79 Exp $ */
/* $Id: drives.h,v 1.40 2009-02-01 14:24:36 qbix79 Exp $ */
#ifndef _DRIVES_H__
#define _DRIVES_H__
@ -25,7 +25,7 @@
#include <sys/types.h>
#include "dos_system.h"
#include "shell.h" /* for DOS_Shell */
#include "bios.h" /* for fatDrive */
#include "bios_disk.h" /* for fatDrive */
bool WildFileCmp(const char * file, const char * wild);
void Set_Label(char const * const input, char * const output, bool cdrom);