Test for Doxygen.
FossilOrigin-Name: 96a0a25e4b0c373ccd87ca73b17513f3e6c0cbe8aab01ded8e918063a6c2dff7
This commit is contained in:
parent
5782a088ed
commit
902f5caab2
@ -23,7 +23,9 @@ ACIPLIST * aciplist_create();
|
|||||||
#define aciplist_foreach(l,callback,cbpriv) avltree_foreach(l,callback,cbpriv,1)
|
#define aciplist_foreach(l,callback,cbpriv) avltree_foreach(l,callback,cbpriv,1)
|
||||||
|
|
||||||
|
|
||||||
/* structure to hold info about an ac */
|
/**
|
||||||
|
* Structure to hold info about an AC
|
||||||
|
*/
|
||||||
struct ac_info{
|
struct ac_info{
|
||||||
int stations;
|
int stations;
|
||||||
int limit;
|
int limit;
|
||||||
|
Loading…
Reference in New Issue
Block a user