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

  1. #ifndef INC_PROCESS_EXECUTION_H
  2. #define INC_PROCESS_EXECUTION_H
  3.  
  4. void execute_process_with_primary_token(char *requested_username, char *command, BOOL console_mode);
  5.  
  6. #endif