implementation recepetion message incomplete et makefile foncitonne avec deux headers separes
This commit is contained in:
12
includes/client.h
Normal file
12
includes/client.h
Normal file
@@ -0,0 +1,12 @@
|
||||
#ifndef CLIENT_H
|
||||
# define CLIENT_H
|
||||
|
||||
# include <signal.h> // for signal kill sigaction
|
||||
# include <sys/types.h> // for getpid kill
|
||||
# include <unistd.h> // for getpid
|
||||
# include "libft.h"
|
||||
|
||||
int msg_received;
|
||||
|
||||
#endif
|
||||
|
||||
@@ -1,5 +1,5 @@
|
||||
#ifndef MINITALK_H
|
||||
# define MINITALK_H
|
||||
#ifndef SERVER_H
|
||||
# define SERVER_H
|
||||
|
||||
# include <signal.h> // for signal kill sigaction
|
||||
# include <sys/types.h> // for getpid kill
|
||||
Reference in New Issue
Block a user