diff options
Diffstat (limited to 'g10/passphrase.c')
-rw-r--r-- | g10/passphrase.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/g10/passphrase.c b/g10/passphrase.c index 7ca28e72a..6ec3cb10f 100644 --- a/g10/passphrase.c +++ b/g10/passphrase.c @@ -211,7 +211,7 @@ readn ( int fd, void *buf, size_t buflen, size_t *ret_nread ) */ static int -agent_open () +agent_open (void) { int fd; char *infostr, *p; |