/* Sets the verbose notification */ void libodraw_notify_set_verbose( int verbose ) { libnotify_set_verbose( verbose ); }
/* Set the verbose notification */ void libsmdev_notify_set_verbose( int verbose ) { libnotify_set_verbose( verbose ); }
/* Sets the verbose notification */ void libfdata_notify_set_verbose( int verbose ) { libnotify_set_verbose( verbose ); }
/* Set the verbose notification */ void libewf_notify_set_verbose( int verbose ) { libnotify_set_verbose( verbose ); }