X-Git-Url: https://notaz.gp2x.de/cgi-bin/gitweb.cgi?a=blobdiff_plain;f=libpcsxcore%2Fdatabase.h;h=1ec8875e5ff2cd829d4bece8cafa8856043c6304;hb=e02164097b6a90b94305d5761d7eccd63e336490;hp=fbb564dd7fa93759e64af76a1d848e1376c2b054;hpb=eedfe8060a20c8a9120ff8cab55110a1e2470887;p=pcsx_rearmed.git diff --git a/libpcsxcore/database.h b/libpcsxcore/database.h index fbb564dd..1ec8875e 100644 --- a/libpcsxcore/database.h +++ b/libpcsxcore/database.h @@ -1,6 +1,7 @@ #ifndef DATABASE_H #define DATABASE_H -extern void Apply_Hacks_Cdrom(); +void Apply_Hacks_Cdrom(void); +int check_unsatisfied_libcrypt(void); #endif