[hackers] [sbase] Forgot to remove argc from function decl || sin

From: <git_AT_suckless.org>
Date: Sat, 30 Nov 2013 22:12:50 +0100

commit f1f0fba630155704558c6aecff7ca100b5970be5
Author: sin <sin_AT_2f30.org>
Date: Sat Nov 30 21:11:19 2013 +0000

    Forgot to remove argc from function decl
    
    Thanks FRIGN for noticing this.

diff --git a/crypt.h b/crypt.h
index 197191f..7242cdf 100644
--- a/crypt.h
+++ b/crypt.h
_AT_@ -6,7 +6,6 @@ struct crypt_ops {
         void *s;
 };
 
-int cryptmain(int argc, char **,
- struct crypt_ops *, uint8_t *, size_t);
+int cryptmain(int, char **, struct crypt_ops *, uint8_t *, size_t);
 int cryptsum(struct crypt_ops *, FILE *, const char *, uint8_t *);
 void mdprint(const uint8_t *, const char *, size_t);
Received on Sat Nov 30 2013 - 22:12:50 CET

This archive was generated by hypermail 2.3.0 : Sat Nov 30 2013 - 22:24:16 CET