#ifndef _ATTACH_HPP_
#define _ATTACH_HPP_
#include "time.h"
#include "fidoaddr.h"

int SetFileInbound(char *tmt);
int SetSkipHiddenFiles(void);
int PrintAttach(cMSG &m);
int DeleteAttach(cMSG &m);
int ChangePath(cMSG &m,char *Path);
int MoveAttach(cMSG &m,char *Path);
int CopyAttach(cMSG &m,char *Path);
int AttachExists(cMSG &m);
int AddAttachToLo(cMSG &m);
int DelAttachFromLo(cMSG &m);
int GetAttSize(cMSG &m);

#endif



syntax highlighted by Code2HTML, v. 0.9.1