mirror of
https://github.com/rapid7/metasploit-payloads
synced 2025-04-30 13:07:22 +02:00
8 lines
178 B
C
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);
|