[hackers] [sbase] We do not name parameters in declarations || sin

From: <git_AT_suckless.org>
Date: Sat, 30 Nov 2013 21:58:57 +0100

commit abd5a0e573ccfe994d9df84081b328968cc8af9c
Author: sin <sin_AT_2f30.org>
Date: Fri Nov 22 13:40:08 2013 +0000

    We do not name parameters in declarations

diff --git a/crypt.h b/crypt.h
index 359eaf2..197191f 100644
--- a/crypt.h
+++ b/crypt.h
_AT_@ -6,8 +6,7 @@ struct crypt_ops {
         void *s;
 };
 
-int cryptmain(int argc, char *argv[],
- struct crypt_ops *ops, uint8_t *md, size_t sz);
-int cryptsum(struct crypt_ops *ops, FILE *fp, const char *f,
- uint8_t *md);
-void mdprint(const uint8_t *md, const char *f, size_t len);
+int cryptmain(int argc, 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 - 21:58:57 CET

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