X-Git-Url: https://notaz.gp2x.de/cgi-bin/gitweb.cgi?a=blobdiff_plain;f=libpcsxcore%2Fdatabase.h;h=1ec8875e5ff2cd829d4bece8cafa8856043c6304;hb=f3746eea2d69d08948522600b99388618ec46f1b;hp=fbb564dd7fa93759e64af76a1d848e1376c2b054;hpb=76c06a1a8a2c359341a086c87c9a12c9926c440f;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