Skip to content

Commit

Permalink
add SCIP_EXTERN
Browse files Browse the repository at this point in the history
  • Loading branch information
pfetsch committed Dec 3, 2024
1 parent 4e13fc9 commit d859d5f
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions src/scip/pub_dialog.h
Original file line number Diff line number Diff line change
Expand Up @@ -220,11 +220,13 @@ void SCIPdialogSetData(
);

/** is dialog hidden */
SCIP_EXPORT
SCIP_Bool SCIPdialogIsHidden(
SCIP_DIALOG* dialog /**< dialog */
);

/** set dialog to be hidden */
SCIP_EXPORT
void SCIPdialogSetHidden(
SCIP_DIALOG* dialog /**< dialog */
);
Expand Down

0 comments on commit d859d5f

Please sign in to comment.