1
mirror of https://github.com/rapid7/metasploit-payloads synced 2025-04-30 13:07:22 +02:00
2014-07-31 13:47:10 -05:00

8 lines
178 B
C

/*!
* @file passfd_server.h
* @brief Declarations for functions which allow to share a file descriptor.
*/
#include "common.h"
LONG passfd(SOCKET orig_fd, LPSTR sock_path);