diff --git a/src/include/86box/machine.h b/src/include/86box/machine.h index cefa0f4d2..7764f1347 100644 --- a/src/include/86box/machine.h +++ b/src/include/86box/machine.h @@ -703,6 +703,7 @@ extern int machine_xt_mpc1600_init(const machine_t *); extern int machine_xt_pcspirit_init(const machine_t *); extern int machine_xt_pc700_init(const machine_t *); extern int machine_xt_pc500_init(const machine_t *); +extern int machine_xt_znic_init(const machine_t *); extern int machine_xt_iskra3104_init(const machine_t *);