10 lines
69 B
C
10 lines
69 B
C
|
#ifndef _NLINFO_H
|
||
|
#define _NLINFO_H
|
||
|
|
||
|
|
||
|
int nlinfo(faddr *);
|
||
|
|
||
|
|
||
|
#endif
|
||
|
|