mirror of
https://github.com/opnsense/src.git
synced 2026-06-09 08:43:19 -04:00
GC duplicate define.
This commit is contained in:
parent
4fc55e3e46
commit
96ad8686f6
1 changed files with 0 additions and 2 deletions
|
|
@ -26,8 +26,6 @@
|
|||
* $FreeBSD$
|
||||
*/
|
||||
|
||||
#define DEFINE_RAW_METHOD(func, rval, args...) typedef rval (*func##_t)(args)
|
||||
|
||||
DEFINE_RAW_METHOD(f_init, void *, uint32_t);
|
||||
DEFINE_RAW_METHOD(f_compress, struct mkuz_blk *, void *, const struct mkuz_blk *);
|
||||
|
||||
|
|
|
|||
Loading…
Reference in a new issue