patch-src_mpd_client_c 439 B

1234567891011
  1. --- ympd-612f8fc0b2c47fc89d403e4a044541c6b2b238c8.orig/src/mpd_client.c 2023-01-22 15:17:39.000000000 +0100
  2. +++ ympd-612f8fc0b2c47fc89d403e4a044541c6b2b238c8/src/mpd_client.c 2023-01-22 15:21:36.423601244 +0100
  3. @@ -30,6 +30,8 @@
  4. /* forward declaration */
  5. static int mpd_notify_callback(struct mg_connection *c, enum mg_event ev);
  6. +char dirble_api_token[28];
  7. +struct t_mpd mpd;
  8. const char * mpd_cmd_strs[] = {
  9. MPD_CMDS(GEN_STR)