]> andersk Git - gssapi-openssh.git/blobdiff - openssh/misc.h
if PermitPAMUserChange, don't put username from temporary PAM passwd
[gssapi-openssh.git] / openssh / misc.h
index be05e806b16703a11fe7284996f34f69cb20583f..b7299e3f52494f778afff483728ee5db35d969f5 100644 (file)
@@ -1,4 +1,4 @@
-/* $OpenBSD: misc.h,v 1.37 2007/12/27 14:22:08 dtucker Exp $ */
+/* $OpenBSD: misc.h,v 1.38 2008/06/12 20:38:28 dtucker Exp $ */
 
 /*
  * Author: Tatu Ylonen <ylo@cs.hut.fi>
@@ -33,8 +33,11 @@ char *tilde_expand_filename(const char *, uid_t);
 char   *percent_expand(const char *, ...) __attribute__((__sentinel__));
 char   *tohex(const void *, size_t);
 void    sanitise_stdfd(void);
+void    ms_subtract_diff(struct timeval *, int *);
+void    ms_to_timeval(struct timeval *, int);
 
 struct passwd *pwcopy(struct passwd *);
+void    pwfree(struct passwd *);
 const char *ssh_gai_strerror(int);
 
 typedef struct arglist arglist;
This page took 0.03489 seconds and 4 git commands to generate.