Skip to content
Snippets Groups Projects
Commit 3b8eb01f authored by edgrif's avatar edgrif
Browse files

add missing func dec from new style calls.

parent 1060707c
No related branches found
No related tags found
No related merge requests found
......@@ -26,9 +26,9 @@
* Description: Style and Style set handling functions.
*
* HISTORY:
* Last edited: Mar 5 10:35 2008 (edgrif)
* Last edited: Mar 5 11:24 2008 (edgrif)
* Created: Mon Feb 26 09:28:26 2007 (edgrif)
* CVS info: $Id: zmapStyle.h,v 1.17 2008-03-05 10:36:03 edgrif Exp $
* CVS info: $Id: zmapStyle.h,v 1.18 2008-03-05 11:33:23 edgrif Exp $
*-------------------------------------------------------------------
*/
#ifndef ZMAP_STYLE_H
......@@ -210,6 +210,7 @@ gboolean zMapStyleIsAlignGaps(ZMapFeatureTypeStyle style) ;
void zMapStyleSetAlignGaps(ZMapFeatureTypeStyle style, gboolean show_gaps) ;
void zMapStyleSetDisplayable(ZMapFeatureTypeStyle style, gboolean displayable) ;
gboolean zMapStyleIsDisplayable(ZMapFeatureTypeStyle style) ;
void zMapStyleSetDisplay(ZMapFeatureTypeStyle style, ZMapStyleColumnDisplayState col_show) ;
ZMapStyleColumnDisplayState zMapStyleGetDisplay(ZMapFeatureTypeStyle style) ;
......
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