]> andersk Git - gssapi-openssh.git/blobdiff - openssh/sftp-common.h
release new patch today
[gssapi-openssh.git] / openssh / sftp-common.h
index 201611cc4bcbf8052e96332b701d531c3caa806b..4c126bf1065d45b5225ce5512465c8c97b545517 100644 (file)
@@ -1,4 +1,4 @@
-/*     $OpenBSD: sftp-common.h,v 1.4 2002/09/11 22:41:50 djm Exp $     */
+/*     $OpenBSD: sftp-common.h,v 1.3 2001/06/26 17:27:24 markus Exp $  */
 
 /*
  * Copyright (c) 2001 Markus Friedl.  All rights reserved.
@@ -40,9 +40,7 @@ struct Attrib {
 
 void    attrib_clear(Attrib *);
 void    stat_to_attrib(struct stat *, Attrib *);
-void    attrib_to_stat(Attrib *, struct stat *);
 Attrib *decode_attrib(Buffer *);
 void    encode_attrib(Buffer *, Attrib *);
-char   *ls_file(char *, struct stat *, int);
 
 const char *fx2txt(int);
This page took 0.031343 seconds and 4 git commands to generate.