aboutsummaryrefslogtreecommitdiffstats
path: root/src/common.h
diff options
context:
space:
mode:
authorMattias Andrée <maandree@operamail.com>2014-11-13 06:22:16 +0100
committerMattias Andrée <maandree@operamail.com>2014-11-13 06:22:16 +0100
commitc55cb366fe86b9b203ac7c7b9c3538b30f91a305 (patch)
tree35f9f35e39eaf1fff699b8aa2da0e7768cf00b79 /src/common.h
parent...and pave (diff)
downloadsha3sum-c55cb366fe86b9b203ac7c7b9c3538b30f91a305.tar.gz
sha3sum-c55cb366fe86b9b203ac7c7b9c3538b30f91a305.tar.bz2
sha3sum-c55cb366fe86b9b203ac7c7b9c3538b30f91a305.tar.xz
parse the command line
Signed-off-by: Mattias Andrée <maandree@operamail.com>
Diffstat (limited to 'src/common.h')
-rw-r--r--src/common.h3
1 files changed, 3 insertions, 0 deletions
diff --git a/src/common.h b/src/common.h
index 36582a8..76cd4da 100644
--- a/src/common.h
+++ b/src/common.h
@@ -59,5 +59,8 @@ int print_checksum(const char* restrict filename, libkeccak_generalised_spec_t*
const char* restrict execname);
+void cleanup(void);
+
+
#endif