add a libcrypt warning
[pcsx_rearmed.git] / libpcsxcore / database.h
index fbb564d..1ec8875 100644 (file)
@@ -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