]> asedeno.scripts.mit.edu Git - PuTTY.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)
commita6c994ca9446e7f06b510847f3883f5300cff3d8
tree3ad490992fee02e017e7faf4b8179a073132d3a3
parent9671370f14a7869bce494c2ee41785055aa44395
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.

[originally from svn r2481]
import.c
ssh.h