// // Created by miti on 21/07/19. // #ifndef DECRYPTORAPP_IPC_H #define DECRYPTORAPP_IPC_H #include #include #include #include #include namespace Ipc { int set_up_socket(int port, sockaddr_in *address); }; #endif //DECRYPTORAPP_IPC_H