diff session.h @ 1215:d058e15ea213

A few minor style fixes
author Matt Johnston <matt@ucc.asn.au>
date Tue, 15 Dec 2015 22:09:55 +0800
parents fb58cf341951
children 9169e4e7cbee
line wrap: on
line diff
--- a/session.h	Tue Dec 15 21:55:51 2015 +0800
+++ b/session.h	Tue Dec 15 22:09:55 2015 +0800
@@ -305,7 +305,7 @@
 	struct AgentkeyList *agentkeys; /* Keys to use for public-key auth */
 #endif
 
-	int proxy_cmd_pid;
+	pid_t proxy_cmd_pid;
 };
 
 /* Global structs storing the state */