*** empty log message ***
This commit is contained in:
@@ -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_ */
|
||||
|
||||
Reference in New Issue
Block a user