2013-09-25 14:34:00 +01:00
|
|
|
#ifndef _USR_NEIGHMGMT_H
|
|
|
|
|
#define _USR_NEIGHMGMT_H
|
|
|
|
|
|
|
|
|
|
/** @file
|
|
|
|
|
*
|
|
|
|
|
* Neighbour management
|
|
|
|
|
*
|
|
|
|
|
*/
|
|
|
|
|
|
2015-03-02 11:54:40 +00:00
|
|
|
FILE_LICENCE ( GPL2_OR_LATER_OR_UBDL );
|
2013-09-25 14:34:00 +01:00
|
|
|
|
|
|
|
|
extern void nstat ( void );
|
|
|
|
|
|
|
|
|
|
#endif /* _USR_NEIGHMGMT_H */
|