Fixed nlookup and bfindex for pointlist handling. Added -C config option to utils. Updated man-files
This commit is contained in:
@@ -48,6 +48,7 @@ enum { LOG_FILE_DAEMON, LOG_FILE_SESSION, LOG_FILE_DEBUG, LOG_FILE_HISTORY };
|
||||
#define D_DAEMON 0x0001000L
|
||||
#define D_24554 0x0002000L
|
||||
#define D_FREE 0x0004000L
|
||||
#define D_INDEX 0x0008000L
|
||||
#define D_FULL 0xfffffffL
|
||||
#endif
|
||||
|
||||
|
||||
@@ -159,6 +159,7 @@ s_node;
|
||||
|
||||
int nodelist_checkflag(const char *nodeflags, const char *flag);
|
||||
int nodelist_keywordval(const char *keyword);
|
||||
int nodelist_parsepoint(s_node *node, char *str);
|
||||
int nodelist_parsestring(s_node *node, char *str);
|
||||
s_nodelist *nodelist_open(const char *dir, char *name, int mode);
|
||||
int nodelist_checkheader(s_nodelist *nlp);
|
||||
|
||||
Reference in New Issue
Block a user