comparison 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
comparison
equal deleted inserted replaced
77:b522aaa2c053 78:07405f3a428b
46 extern QString getSystem(); 46 extern QString getSystem();
47 extern QString getHgDirName(); 47 extern QString getHgDirName();
48 48
49 extern QString getUserRealName(); 49 extern QString getUserRealName();
50 50
51 extern void loseControllingTerminal();
52
51 #endif //COMMON_H 53 #endif //COMMON_H
52 54
53 55