]> git.unchartedbackwaters.co.uk Git - francis/winuae.git/commit
prowizard: use C linkage for ripper hooks
authorStefan Reinauer <stefan.reinauer@coreboot.org>
Sun, 31 May 2026 02:57:32 +0000 (19:57 -0700)
committerStefan Reinauer <stefan.reinauer@coreboot.org>
Mon, 1 Jun 2026 04:12:31 +0000 (21:12 -0700)
commit7e8225d2669511cda8d77dcebe7426c002f7a162
tree948a52eb6773384d05e5448db691fefe41c1c5f1
parentc4db2660e281f27aeabfffbad9d10835b587d3a3
prowizard: use C linkage for ripper hooks

The ripper entry points are consumed from C++ code. Wrap the public
declarations and the compiled search entry point in C linkage so names
match across C and C++ builds.
prowizard/include/extern.h
prowizard/prowiz.c