mirror of
https://github.com/Cisco-Talos/clamav.git
synced 2026-02-07 13:31:36 -05:00
7 lines
129 B
C
7 lines
129 B
C
struct foo {
|
|
struct foo *nxt;
|
|
};
|
|
|
|
int32_t cli_bcapi_test0(struct foo*, uint32_t);
|
|
int32_t cli_bcapi_test1(int32_t, int32_t);
|