diff PriorityQueue.h @ 9:40cad2a2fffc

remove function declared (implementation -> TODO)
author hausers
date Fri, 02 Mar 2012 18:15:20 +0100
parents 7254bef12749
children ee94893d2843
line diff
     1.1 --- a/PriorityQueue.h	Mon Feb 13 10:35:10 2012 -0800
     1.2 +++ b/PriorityQueue.h	Fri Mar 02 18:15:20 2012 +0100
     1.3 @@ -32,6 +32,7 @@
     1.4  void* popPrioQ (PrioQueueStruc *Q);
     1.5  bool insertPrioQ (void *val, int key, PrioQueueStruc *Q);
     1.6  void freePrioQ (PrioQueueStruc *Q);
     1.7 +void removePrioQ (int key, PrioQueueStruc *Q);
     1.8  
     1.9  #ifdef DEBUG
    1.10  void printPrioQ (PrioQueueStruc *Q);