Tartarus CVS: putty: ben
tartarus-commits@lists.tartarus.org
tartarus-commits@lists.tartarus.org
Sun, 05 Jan 2003 23:28:05 +0000
CVS Root: /home/cvs
Module: putty
Changes by: ben
Date: Sun Jan 05 2003 23:28:04 GMT
Log message:
Move prototypes for base64_decode_atom(), base64_lines(), and base64_encode()
from import.c to ssh.h, so that the implementation can see them. This
necessitates ssh.h's including <stdio.h>.
Also remove a spare prototype for base64_encode_atom() from import.c.
Modified files:
. : import.c ssh.h
Links:
http://cvs.tartarus.org//putty/import.c.diff?r1=1.10&r2=1.11
http://cvs.tartarus.org//putty/ssh.h.diff?r1=1.59&r2=1.60