14 lines
233 B
C
14 lines
233 B
C
#ifndef _NODE_H
|
|
#define _NODE_H
|
|
|
|
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
|
|
|