16 lines
293 B
C
16 lines
293 B
C
#ifndef _NODE_H
|
|
#define _NODE_H
|
|
|
|
/* $Id$ */
|
|
|
|
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 *);
|
|
|
|
#endif
|