#pragma once struct launcherdRequest { char username[40]; char programm[1024]; }; int launcherdStart( void );