This repository has been archived on 2024-04-08. You can view files and clone it, but cannot push or open issues or pull requests.
deb-mbse/mbsetup/m_farea.h
2015-11-05 18:49:27 -05:00

14 lines
246 B
C

#ifndef _FAREA_H
#define _FAREA_H
/* $Id: m_farea.h,v 1.3 2005/10/11 20:49:48 mbse Exp $ */
int CountFilearea(void);
void EditFilearea(void);
int PickFilearea(char *);
void InitFilearea(void);
int bbs_file_doc(FILE *, FILE *, int);
#endif