diff options
Diffstat (limited to 'include/checksum.h')
-rw-r--r-- | include/checksum.h | 7 |
1 files changed, 7 insertions, 0 deletions
diff --git a/include/checksum.h b/include/checksum.h new file mode 100644 index 0000000..001192f --- /dev/null +++ b/include/checksum.h @@ -0,0 +1,7 @@ +#ifndef SPM_CHECKSUM_H +#define SPM_CHECKSUM_H + +char *md5sum(const char *filename); +char *sha256sum(const char *filename); + +#endif //SPM_CHECKSUM_H |