There was a stray file-scoped declaration of show_relative_offset_changes. This
function is now a member of diff_context.
* src/abg-comparison.cc (show_relative_offset_changes): Remove
this stray function declaration.
Signed-off-by: Giuliano Procida <gprocida@google.com>
diff_context::show_relative_offset_changes(void)
{return priv_->show_relative_offset_changes_;}
- bool
- show_relative_offset_changes(void);
-
/// Set a flag saying if the comparison module should only show the
/// diff stats.
///