diff --git a/include/priority-q.h b/include/priority-q.h index b7cd2e6af771551f79b994399850fb71a1a062c6..01b06f1302e561cc90ee6a030e339dfad45ef3f4 100644 --- a/include/priority-q.h +++ b/include/priority-q.h @@ -12,7 +12,7 @@ typedef struct int TDPQReady(TDPQ* PQ); -int PushToTDPQ(TDPQ* PQ, TD Task); +int PushToTDPQ(TDPQ* PQ, TD* Task); // Fill Char with the char in Start PQ TDPQGetStart(TDPQ* PQ);