diff options
author | Mattias Andrée <maandree@operamail.com> | 2014-11-13 06:22:16 +0100 |
---|---|---|
committer | Mattias Andrée <maandree@operamail.com> | 2014-11-13 06:22:16 +0100 |
commit | c55cb366fe86b9b203ac7c7b9c3538b30f91a305 (patch) | |
tree | 35f9f35e39eaf1fff699b8aa2da0e7768cf00b79 /src/common.h | |
parent | ...and pave (diff) | |
download | sha3sum-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.h | 3 |
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 |