Files
clamav/libclamav/bytecode_api.h
2009-08-20 16:33:58 +03:00

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);