diff options
Diffstat (limited to 'include/checksum.h')
-rw-r--r-- | include/checksum.h | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/include/checksum.h b/include/checksum.h index 780ee97..5309527 100644 --- a/include/checksum.h +++ b/include/checksum.h @@ -4,7 +4,6 @@ #ifndef SPM_CHECKSUM_H #define SPM_CHECKSUM_H -char *md5sum(const char *filename); char *sha256sum(const char *filename); #endif //SPM_CHECKSUM_H |