patch-src_mpd_client_h 450 B

12345678910111213141516
  1. --- ympd-612f8fc0b2c47fc89d403e4a044541c6b2b238c8.orig/src/mpd_client.h 2023-01-22 15:17:39.000000000 +0100
  2. +++ ympd-612f8fc0b2c47fc89d403e4a044541c6b2b238c8/src/mpd_client.h 2023-01-22 15:23:26.726407119 +0100
  3. @@ -96,9 +96,11 @@ struct t_mpd {
  4. int song_id;
  5. unsigned queue_version;
  6. -} mpd;
  7. +};
  8. -char dirble_api_token[28];
  9. +extern struct t_mpd mpd;
  10. +
  11. +extern char dirble_api_token[28];
  12. struct t_mpd_client_session {
  13. int song_id;