Skip to content
Snippets Groups Projects
Commit 65e26574 authored by rds's avatar rds
Browse files

compiler issues

parent 30e86ff9
No related branches found
No related tags found
No related merge requests found
......@@ -27,15 +27,17 @@
*
* Exported functions: See XXXXXXXXXXXXX.h
* HISTORY:
* Last edited: Feb 17 11:19 2009 (rds)
* Last edited: Apr 16 15:16 2009 (rds)
* Created: Tue Feb 17 10:24:32 2009 (rds)
* CVS info: $Id: zmapSeqBitmap.h,v 1.1 2009-03-30 09:59:55 rds Exp $
* CVS info: $Id: zmapSeqBitmap.h,v 1.2 2009-05-01 17:01:12 rds Exp $
*-------------------------------------------------------------------
*/
#ifndef __ZMAP_SEQ_BITMAP_H__
#define __ZMAP_SEQ_BITMAP_H__
#include <glib.h>
typedef struct _zmapSeqBitmapStruct *ZMapSeqBitmap;
......@@ -45,5 +47,7 @@ void zmapSeqBitmapMarkRegion(ZMapSeqBitmap bitmap, int world1, int worl
void zmapSeqBitmapPrint (ZMapSeqBitmap bitmap);
ZMapSeqBitmap zmapSeqBitmapDestroy (ZMapSeqBitmap bitmap);
gboolean zmapSeqBitmapIsRegionFullyMarked(ZMapSeqBitmap bitmap, int world1, int world2);
#endif /* __ZMAP_SEQ_BITMAP_H__ */
0% or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment