Add a return value to pv_remote_check() so its caller can know whether a message was received.

This commit is contained in:
Andrew Wood
2025-09-29 21:31:05 +01:00
parent a4e2243102
commit d903a7d188
3 changed files with 12 additions and 8 deletions
+1 -1
View File
@@ -613,7 +613,7 @@ void pv_sig_checkbg(void);
void pv_sig_nopause(void);
void pv_remote_init(pvstate_t);
void pv_remote_check(pvstate_t);
bool pv_remote_check(pvstate_t);
void pv_remote_fini(pvstate_t);
int pv_remote_set(pvstate_t);