summaryrefslogtreecommitdiff
path: root/usr.bin/ssh/sftp-common.h
AgeCommit message (Collapse)Author
2003-11-10constify. ok markus@ & djm@Jakob Schlyter
2002-09-11support for short/long listings and globbing in "ls"; ok markus@Damien Miller
2001-06-26remove comments from .h, since they are cut&paste from the .c filesMarkus Friedl
and out of sync
2001-06-26prototype pedant. not very creative...Jun-ichiro itojun Hagino
- () -> (void) - no variable names
2001-02-04Basic interactive sftp client; ok theo@Damien Miller