Make pv_error() and pv_perror() available outside of src/pv/, and use them throughout the program.
This commit is contained in:
@@ -554,9 +554,6 @@ struct pvdisplay_component_s {
|
||||
bool dynamic; /* whether it can scale with screen size */
|
||||
};
|
||||
|
||||
void pv_error(char *, ...);
|
||||
void pv_perror(char *, ...);
|
||||
|
||||
int pv_main_loop(pvstate_t);
|
||||
void pv_calculate_transfer_rate(pvtransfercalc_t, readonly_pvtransferstate_t, readonly_pvcontrol_t, readonly_pvdisplay_t, bool);
|
||||
|
||||
|
||||
Reference in New Issue
Block a user