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_bbslist.h
2002-05-05 17:40:32 +00:00

14 lines
159 B
C

/* $Id$ */
#ifndef _BBSLIST_H
#define _BBSLIST_H
int CountBBSlist(void);
void EditBBSlist(void);
void InitBBSlist(void);
void bbslist_menu(void);
#endif