isync

mailbox synchronization program
git clone https://git.code.sf.net/p/isync/isync
Log | Files | Refs | README | LICENSE

commit 518b5630dc90001b97ad5967836b45212bd7208f
parent 5dfca41422e0b4149ad7f5b59c00c6fe1c2760ca
Author: Oswald Buddenhagen <ossi@users.sf.net>
Date:   Sun, 26 Oct 2014 20:17:33 +0100

cleanup dead cram() prototype

Diffstat:
Msrc/socket.h | 3---
1 file changed, 0 insertions(+), 3 deletions(-)

diff --git a/src/socket.h b/src/socket.h @@ -121,7 +121,4 @@ char *socket_read_line( conn_t *sock ); /* don't free return value; never waits typedef enum { KeepOwn = 0, GiveOwn } ownership_t; int socket_write( conn_t *sock, char *buf, int len, ownership_t takeOwn ); -void cram( const char *challenge, const char *user, const char *pass, - char **_final, int *_finallen ); - #endif