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

  1. #ifndef INC_CHILD_PROCESS_H
  2. #define INC_CHILD_PROCESS_H
  3.  
  4. void CreateProcessWithPipeComm(HANDLE token, char *command);
  5.  
  6. #endif