]> andersk Git - openssh.git/blobdiff - ssh.h
- Sync with OpenBSD CVS:
[openssh.git] / ssh.h
diff --git a/ssh.h b/ssh.h
index 9d57e40d41bef9d1fdc25606ea15634c4e0a32ab..f79c119f06900a0c77c0199029dc3cb4357aa4c5 100644 (file)
--- a/ssh.h
+++ b/ssh.h
@@ -288,14 +288,14 @@ get_last_login_time(uid_t uid, const char *logname,
  * by login(1).
  */
 void
-record_login(int pid, const char *ttyname, const char *user, uid_t uid,
+record_login(pid_t pid, const char *ttyname, const char *user, uid_t uid,
     const char *host, struct sockaddr *addr);
 
 /*
  * Records that the user has logged out.  This does many thigs normally done
  * by login(1) or init.
  */
-void    record_logout(int pid, const char *ttyname);
+void    record_logout(pid_t pid, const char *ttyname);
 
 /*------------ definitions for sshconnect.c ----------*/
 
@@ -504,7 +504,7 @@ char   *tilde_expand_filename(const char *filename, uid_t my_uid);
  * (of the child program), and reads from stdout and stderr (of the child
  * program).
  */
-void    server_loop(int pid, int fdin, int fdout, int fderr);
+void    server_loop(pid_t pid, int fdin, int fdout, int fderr);
 void    server_loop2(void);
 
 /* Client side main loop for the interactive session. */
This page took 0.031961 seconds and 4 git commands to generate.