aboutsummaryrefslogtreecommitdiff
path: root/include/checksum.h
diff options
context:
space:
mode:
authorJoseph Hunkeler <jhunkeler@users.noreply.github.com>2020-05-07 06:11:13 -0400
committerGitHub <noreply@github.com>2020-05-07 06:11:13 -0400
commit26db5dff18a40b402d20a572953870aab549c5f2 (patch)
tree539d6a9800f41efad4ed50b1864aae1e677ccded /include/checksum.h
parent6cc450d8ff714af09374f9bc07aea8bb05f74a5c (diff)
parentde47b0d91a79651088e76d64dc4b032146203cca (diff)
downloadspmc-26db5dff18a40b402d20a572953870aab549c5f2.tar.gz
Merge pull request #33 from jhunkeler/install-name-tool
Install name tool (etc...)
Diffstat (limited to 'include/checksum.h')
-rw-r--r--include/checksum.h1
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