]> asedeno.scripts.mit.edu Git - PuTTY_svn.git/commit
Move prototypes for base64_decode_atom(), base64_lines(), and base64_encode()
authorBen Harris <bjh21@bjh21.me.uk>
Sun, 5 Jan 2003 23:28:02 +0000 (23:28 +0000)
committerBen Harris <bjh21@bjh21.me.uk>
Sun, 5 Jan 2003 23:28:02 +0000 (23:28 +0000)
commit72a5afc992f1f7c8b5d091393fcf623e88e75bc8
tree3ad490992fee02e017e7faf4b8179a073132d3a3
parentbd406a0ec487de0d61fa4d69d97059e3b2fe96ef
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: http://svn.tartarus.org/sgt/putty@2481 cda61777-01e9-0310-a592-d414129be87e
import.c
ssh.h