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_node.h

16 lines
293 B
C
Raw Normal View History

2001-08-17 05:46:24 +00:00
#ifndef _NODE_H
#define _NODE_H
/* $Id$ */
2001-08-17 05:46:24 +00:00
int CountNoderec(void);
int OpenNoderec(void);
void CloseNoderec(int);
int GroupInNode(char *, int);
void EditNodes(void);
void InitNodes(void);
int node_doc(FILE *, FILE *, int);
fidoaddr PullUplink(char *);
2001-08-17 05:46:24 +00:00
#endif