diff PriorityQueue.h @ 4:7254bef12749

removed "VMS" from function names -- names compatible with pure C version
author Me@portablequad
date Sat, 11 Feb 2012 20:29:34 -0800
parents b0195491f167
children 40cad2a2fffc
line diff
     1.1 --- a/PriorityQueue.h	Sat Feb 11 20:21:45 2012 -0800
     1.2 +++ b/PriorityQueue.h	Sat Feb 11 20:29:34 2012 -0800
     1.3 @@ -27,7 +27,7 @@
     1.4  	heapNode *data;
     1.5  };
     1.6  
     1.7 -PrioQueueStruc* makeVMSPrioQ();
     1.8 +PrioQueueStruc* makePrioQ();
     1.9  void* getFirstPrioQ (PrioQueueStruc *Q);
    1.10  void* popPrioQ (PrioQueueStruc *Q);
    1.11  bool insertPrioQ (void *val, int key, PrioQueueStruc *Q);