Mercurial > cgi-bin > hgwebdir.cgi > VMS > C_Libraries > Queue_impl
diff PrivateQueue.h @ 40:cb29e773f76f
removed extraneous definition of DynArrayFnPtr..
| author | Sean Halle <seanhalle@yahoo.com> |
|---|---|
| date | Tue, 11 Sep 2012 04:19:51 -0700 |
| parents | b9cb01d8ce56 |
| children | 8fcbe46de60a |
line diff
1.1 --- a/PrivateQueue.h Mon Sep 10 01:57:14 2012 -0700 1.2 +++ b/PrivateQueue.h Tue Sep 11 04:19:51 2012 -0700 1.3 @@ -29,8 +29,6 @@ 1.4 } 1.5 PrivQueueStruc; 1.6 1.7 -typedef void (*DynArrayFnPtr) ( void * ); //fn has to cast void * 1.8 - 1.9 PrivQueueStruc* makePrivQ ( ); 1.10 bool32 isEmptyPrivQ ( PrivQueueStruc *Q ); //ret TRUE if empty 1.11 void* peekPrivQ ( PrivQueueStruc *Q ); //ret NULL if empty
