]> andersk Git - gssapi-openssh.git/blobdiff - openssh/uidswap.h
merging OPENSSH_5_2P1_SIMON_20090726_HPN13V6 to trunk:
[gssapi-openssh.git] / openssh / uidswap.h
index 1c1163d7545fd440bd8ffeeab5e07b44f4893686..0726980d087d6dd5ee0d9763958ac762ce324c7e 100644 (file)
@@ -1,4 +1,4 @@
-/* $OpenBSD: uidswap.h,v 1.13 2006/08/03 03:34:42 deraadt Exp $ */
+/*     $OpenBSD: uidswap.h,v 1.9 2001/06/26 17:27:25 markus Exp $      */
 
 /*
  * Author: Tatu Ylonen <ylo@cs.hut.fi>
  * called by a name other than "ssh" or "Secure Shell".
  */
 
+#ifndef UIDSWAP_H
+#define UIDSWAP_H
+
 void    temporarily_use_uid(struct passwd *);
 void    restore_uid(void);
 void    permanently_set_uid(struct passwd *);
-void    permanently_drop_suid(uid_t);
+
+#endif                         /* UIDSWAP_H */
This page took 0.081312 seconds and 4 git commands to generate.