/*
** Copyright (C) 1994, Enterprise Integration Technologies Corp.        
** All Rights Reserved.
** Kevin Hughes, kevinh@eit.com
** 7/17/94
*/

/*
** Additions done by Joop van de Wege, Joop.vandeWege@medew.ento.wau.nl
** 6/17/95
*/

#ifdef AMIGA
int isdirectory(char *path);
int isfile(char *path);
void checkdir(char *dir);
void readconfigs( char *path, char *mbox, char *label, char *dir,
     char *archives, char *about, int *overwrite, int *increment, char *defaultindex);
#else
int isdirectory();
int isfile();
void checkdir();
void readconfigs();
#endif
