mirror of
https://gitee.com/acl-dev/acl.git
synced 2024-12-02 20:08:21 +08:00
9697f95b8f
This reverts commit 15d999759e
.
15 lines
222 B
C
15 lines
222 B
C
|
|
#include <stdio.h>
|
|
#include <stdlib.h>
|
|
#include <errno.h>
|
|
#include <string.h>
|
|
|
|
#include "lib_acl.h"
|
|
#include "test_net.h"
|
|
#include "test_nettab.h"
|
|
|
|
void test_net_register()
|
|
{
|
|
aut_register(__test_fn_tab);
|
|
}
|