commit | 1881762f345d011d079ee318d31f0a8d8ee5891e | [log] [tgz] |
---|---|---|
author | San Mehat <san@google.com> | Thu Jan 21 09:23:06 2010 -0800 |
committer | San Mehat <san@google.com> | Thu Jan 21 09:23:06 2010 -0800 |
tree | f0ca3124aa738a92ea809d93d5b13d751bcb4381 | |
parent | 18737845d3c6a60edd6f75ac441a1b3fed6d66a7 [diff] [blame] |
netd: Implement tty lists and tty validation Signed-off-by: San Mehat <san@google.com>
diff --git a/PppController.h b/PppController.h index 8683de2..5046822 100644 --- a/PppController.h +++ b/PppController.h
@@ -37,6 +37,7 @@ TtyCollection *getTtyList(); private: + int updateTtyList(); }; #endif