projet-multitaches/src/server.h

11 lines
172 B
C
Raw Normal View History

2022-09-13 21:40:23 +02:00
#ifndef SERVER_H
#define SERVER_H
/* Fonction qui s'occupe d'un client après sa connexion */
void service(int);
/* Handler pour signal() */
void interrupt(int);
#endif