*** empty log message ***

This commit is contained in:
Evgeniy Kozhuhovskiy
2005-01-12 20:11:28 +00:00
parent 4c298784d4
commit 768f1fc8a7
2 changed files with 5 additions and 2 deletions
+3
View File
@@ -14,6 +14,7 @@
#ifndef _NODELIST_H_
#define _NODELIST_H_
#define MAX_NAME 255
/*
* Each nodelist has corresponding index file. Index file name is the
* same as nodelist, but extension is changed to the ".bni", so index
@@ -165,4 +166,6 @@ int nodelist_lookup_string(char *buffer, size_t buflen, s_faddr addr);
int nodelist_lookup(s_node *node, s_faddr addr);
void nodelist_initnode(s_node *node, s_faddr addr);
#endif /* _NODELIST_H_ */