
/*************************************************************************
**
** o5.h
** Copyright (c) 1995,1996 Daniel Kahlin <tlr@stacken.kth.se>
**
******/

void o5_WriteFile(char *myparams);
void o5_ReadFile(char *myparams);
void o5_Copy(char *myparams);
void o5_Dir(char *myparams);
void o5_Status(char *myparams);
void o5_Command(char *myparams);

void o5_WriteDisk(char *myparams);
void o5_WriteZip(char *myparams);
void o5_ReadDisk(char *myparams);
void o5_ReadZip(char *myparams);

void o5_WriteMem(char *myparams);
void o5_ReadMem(char *myparams);
void o5_Sys(char *myparams);
void o5_Run(char *myparams);
void o5_Reset(char *myparams);

void o5_SimpleWrite(char *myparams);
void o5_SimpleRead(char *myparams);
void o5_Boot(char *myparams);
void o5_Test(char *myparams);

void o5_Server(char *myparams);
