1/*    SCCS Id: @(#)amidos.p 	3.1    93/01/08
2/* Copyright (c) Kenneth Lorber, Bethesda, Maryland, 1992, 1993. */
3/* NetHack may be freely redistributed.  See license for details. */
4
5/* amidos.c */
6void NDECL(flushout );
7#ifndef	getuid
8int NDECL(getuid );
9#endif
10#ifndef	getpid
11int NDECL(getpid );
12#endif
13#ifndef	getlogin
14char *NDECL(getlogin );
15#endif
16#ifndef	abs
17int FDECL(abs, (int ));
18#endif
19int NDECL(tgetch );
20int NDECL(dosh );
21long FDECL(freediskspace, (char *));
22long FDECL(filesize, (char *));
23void FDECL(eraseall, (const char * , const char *));
24char *FDECL(CopyFile, (const char * , const char *));
25void FDECL(copybones, (int ));
26void NDECL(playwoRAMdisk );
27int FDECL(saveDiskPrompt, (int ));
28void NDECL(gameDiskPrompt );
29void FDECL(append_slash, (char *));
30void FDECL(getreturn, (const char *));
31#ifndef msmsg
32void FDECL(msmsg, ( const char *, ... ));
33#endif
34#if !defined(__SASC_60) && !defined(_DCC)
35int FDECL(chdir, (char *));
36#endif
37#ifndef	strcmpi
38int FDECL(strcmpi, (char * , char *));
39#endif
40#if !defined(memcmp) && !defined(AZTEC_C) && !defined(_DCC)
41int FDECL(memcmp, (unsigned char * , unsigned char * , int ));
42#endif
43