#include #include #include #include #include #include void EXPORT call_togl_marker_set ( CALL_DEF_GROUP * agroup, CALL_DEF_LISTMARKERS * almarkers ) { if (! agroup->IsOpen) call_togl_opengroup (agroup); call_subr_marker_set (almarkers); if (! agroup->IsOpen) call_togl_closegroup (agroup); return; }