db_bridge/include/console.h
changeset 20 5fec678f931b
parent 19 933d86c1ff71
child 21 403742321c65
equal deleted inserted replaced
19:933d86c1ff71 20:5fec678f931b
     1 #ifndef CONSOLE_H
     1 #ifndef CONSOLE_H
     2 #define CONSOLE_H
     2 #define CONSOLE_H
     3 
     3 
     4 #include <iostream>
     4 #include <iostream>
     5 #include <termios.h>
       
     6 
     5 
     7 namespace Console {
     6 namespace Console {
     8     int getch ();
     7     int getch ();
     9     void getpass (std::string &);
     8     void getpass (std::string &);
    10 };
     9 };