Move prototypes for base64_decode_atom(), base64_lines(), and base64_encode()
authorben <ben@cda61777-01e9-0310-a592-d414129be87e>
Sun, 5 Jan 2003 23:28:02 +0000 (23:28 +0000)
committerben <ben@cda61777-01e9-0310-a592-d414129be87e>
Sun, 5 Jan 2003 23:28:02 +0000 (23:28 +0000)
commitdf3c4460d6b01d4f8b33119c795c1f7ca09bee1e
tree3ad490992fee02e017e7faf4b8179a073132d3a3
parent900852abf7638e66c76e73ce5b2f423301157388
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.

git-svn-id: svn://svn.tartarus.org/sgt/putty@2481 cda61777-01e9-0310-a592-d414129be87e
import.c
ssh.h