#ifndef	AMIX_PROTOS_H
#define	AMIX_PROTOS_H

/*
**	$VER: amix_protos.h 1.0 (2.2.95)
**
**	C prototypes.
**
**	(C) Copyright 1995 dR.dMA/DiScoVery, Corp.
**	    All Rights Reserved
*/

void	Register(int node);
void	ShutDown(VOID);
int	Editfile(char Name[],int len);
void	sendmessage(char mstring[],int nl);
void	mciputstr(char mstring[],int nl);
void	MciSendStr(char mstring[],int nl);
int	Download(char *s);
int	BatchDownload(APTR s);
int	Upload(char *s);
void	ConOnly(char mstring[],int nl);
void	SerOnly(char mstring[],int nl);
void	sendMessage(char mstring[],int nl);
int	GetInfo(int cmd);
int	IsInfo(int value, int cmd);
void	PutInfo(int data,int cmd);
void	sendchar(char mstring[], int nl);
void	hotkey(char mstring[],char *ostring);
int	FetchKey(void);
int	sigkey(void);
char	Fhotkey(void);
int	getkey(void);
void	Chain(char *str,int node,int opt);
void	prompt(char mstring[],char *ostring,int len);
void	AcpCommand(char mstring[],int command,int node);
void	lineinput(char mstring[],char *ostring,int len);
void	showfile(char mstring[]);
void	getuserstring(char *ostring,int nl);
void	putuserstring(char *ostring,int nl);
void	getspecdata(char *ostring,char *dest,int nl);
int	getsignal(void);
void	FlagFile(char *string);
void	CloseOut(void);
int	TLock(char *str);
APTR	GetSemaphore(void);
int	AcsStat(int bits,int opt);
STRPTR	GetTheDate(long number);
STRPTR	GetTheTime(long number);
void	DateToString(ULONG number, char *s);
void	TimeToString(ULONG number, char *s);
struct	User *Load_Account(int UserNum,APTR U,APTR UK);
int	Search_Account(int UserNum,APTR uk);
void	Save_Account(int UserNum,APTR U,APTR UK);
void	Save_ConfDB(int UserNum,int conf,APTR dat);
void	New_Account(APTR u,APTR uk);
void	Load_ConfDB(int UserNum,int conf,APTR dat);
int	Get_ConfName(APTR n,APTR l,int num);
int	IsAccess(int acs);
void	getspecdata(char *ostring,char *dest,int nl);
void	AcpCommand(char mstring[],int command,int node);
void	GetFiller1(APTR Filler,int Command);
void	PutFiller1(APTR Filler,int Command);
APTR	SendJHMess(int Command, int Data, char *mstring);
void	end(void);
void	LastCommand(void);
#endif	/* CLIB_AMIX_PROTOS_H */
