diff --git a/src/partie1/saeP1.c b/src/partie1/saeP1.c index 13bf9ce..4abac9b 100644 --- a/src/partie1/saeP1.c +++ b/src/partie1/saeP1.c @@ -2,3 +2,4 @@ #include #include #include "saeP1.h" + diff --git a/src/partie1/saeP1.h b/src/partie1/saeP1.h index fee17de..3cf87cf 100644 --- a/src/partie1/saeP1.h +++ b/src/partie1/saeP1.h @@ -1,3 +1,5 @@ +//Structure + typedef struct MaillonDep { char departement[31]; @@ -11,3 +13,25 @@ typedef struct char Ville[31]; MaillonDep* ldept; }VilleIUT; + +//User + +void SearchCityWithIUT(); + +void DepEachIUT(); + +void DelDepFromIUT(); + +void SearchDepInIUT(); + +//Admin + +void ModSpotInDep(); + +void CreateDepInIUT(); + +void DelDepFromAnIUT(); + +void LauchOrCancelCandidPhase(); + +void ModRespNameFromDep(); \ No newline at end of file