Initial commit
FossilOrigin-Name: 5e74bd3b591382253eff1ef73e72bcef980ea8df1cbea81cd8c6fe4d5bf38947
This commit is contained in:
12
src/wtp/nlt.h
Normal file
12
src/wtp/nlt.h
Normal file
@ -0,0 +1,12 @@
|
||||
#ifndef __NLT_H
|
||||
#define __NLT_H
|
||||
|
||||
|
||||
extern const char * nlt_attrnames[];
|
||||
|
||||
#define nlt_get_attrname(type) nlt_attrnames[type]
|
||||
|
||||
|
||||
|
||||
#endif
|
||||
|
Reference in New Issue
Block a user