We do not name parameters in declarations
This commit is contained in:
parent
7808f4161d
commit
abd5a0e573
9
crypt.h
9
crypt.h
|
@ -6,8 +6,7 @@ struct crypt_ops {
|
||||||
void *s;
|
void *s;
|
||||||
};
|
};
|
||||||
|
|
||||||
int cryptmain(int argc, char *argv[],
|
int cryptmain(int argc, char **,
|
||||||
struct crypt_ops *ops, uint8_t *md, size_t sz);
|
struct crypt_ops *, uint8_t *, size_t);
|
||||||
int cryptsum(struct crypt_ops *ops, FILE *fp, const char *f,
|
int cryptsum(struct crypt_ops *, FILE *, const char *, uint8_t *);
|
||||||
uint8_t *md);
|
void mdprint(const uint8_t *, const char *, size_t);
|
||||||
void mdprint(const uint8_t *md, const char *f, size_t len);
|
|
||||||
|
|
Loading…
Reference in New Issue
Block a user