diff common.h @ 78:07405f3a428b

* Use fork/setsid/fork to escape our controlling terminal, to ensure the pty we create is used for password requests
author Chris Cannam
date Mon, 22 Nov 2010 10:03:15 +0000
parents 2340b00561d2
children aaeabc920ca8
line wrap: on
line diff
--- a/common.h	Sat Nov 20 11:40:19 2010 +0000
+++ b/common.h	Mon Nov 22 10:03:15 2010 +0000
@@ -48,6 +48,8 @@
 
 extern QString getUserRealName();
 
+extern void loseControllingTerminal();
+
 #endif 	//COMMON_H