integrity checker accepts an option checksum library on construction

This commit is contained in:
Martin Willi
2009-06-22 15:47:17 +02:00
parent 059c479a2f
commit 0179d4684a
3 changed files with 24 additions and 18 deletions
+3 -1
View File
@@ -89,7 +89,9 @@ struct integrity_checker_t {
/**
* Create a integrity_checker instance.
*
* @param checksum_library library containing checksums
*/
integrity_checker_t *integrity_checker_create();
integrity_checker_t *integrity_checker_create(char *checksum_library);
#endif /* INTEGRITY_CHECKER_H_ @}*/