home *** CD-ROM | disk | FTP | other *** search
/ DEFCON 15 / DefCon15.bin / Speakers / Jennings / Extras / incognito / remote_connection.h < prev    next >
C/C++ Source or Header  |  2007-03-03  |  177b  |  6 lines

  1. #ifndef INC_REMOTE_CONNECTION_H
  2. #define INC_REMOTE_CONNECTION_H
  3.  
  4. void connect_to_machine(char *server_name, char *username, char *password, int argc, char *argv[]);
  5.  
  6. #endif