]> andersk Git - gssapi-openssh.git/blobdiff - openssh/sftp-common.h
The man2html from jbasney on pkilab2 works whereas the standard one doesn't.
[gssapi-openssh.git] / openssh / sftp-common.h
index b42ba91409f8fc2497b5b76201fddcf91876a127..4c126bf1065d45b5225ce5512465c8c97b545517 100644 (file)
@@ -1,4 +1,4 @@
-/*     $OpenBSD: sftp-common.h,v 1.5 2003/11/10 16:23:41 jakob Exp $   */
+/*     $OpenBSD: sftp-common.h,v 1.3 2001/06/26 17:27:24 markus Exp $  */
 
 /*
  * Copyright (c) 2001 Markus Friedl.  All rights reserved.
@@ -39,10 +39,8 @@ struct Attrib {
 };
 
 void    attrib_clear(Attrib *);
-void    stat_to_attrib(const struct stat *, Attrib *);
-void    attrib_to_stat(const Attrib *, struct stat *);
+void    stat_to_attrib(struct stat *, Attrib *);
 Attrib *decode_attrib(Buffer *);
-void    encode_attrib(Buffer *, const Attrib *);
-char   *ls_file(const char *, const struct stat *, int);
+void    encode_attrib(Buffer *, Attrib *);
 
 const char *fx2txt(int);
This page took 0.026793 seconds and 4 git commands to generate.