Ajout des fonctions en .h pour les utilisateurs et administrateurs

master
Jade VAN BRABANDT 3 years ago
parent 69e8d38907
commit a2461555ec

@ -2,3 +2,4 @@
#include <stdlib.h> #include <stdlib.h>
#include <errno.h> #include <errno.h>
#include "saeP1.h" #include "saeP1.h"

@ -1,3 +1,5 @@
//Structure
typedef struct MaillonDep typedef struct MaillonDep
{ {
char departement[31]; char departement[31];
@ -11,3 +13,25 @@ typedef struct
char Ville[31]; char Ville[31];
MaillonDep* ldept; MaillonDep* ldept;
}VilleIUT; }VilleIUT;
//User
void SearchCityWithIUT();
void DepEachIUT();
void DelDepFromIUT();
void SearchDepInIUT();
//Admin
void ModSpotInDep();
void CreateDepInIUT();
void DelDepFromAnIUT();
void LauchOrCancelCandidPhase();
void ModRespNameFromDep();
Loading…
Cancel
Save