Code

command: remove "pure" attribute from get_keyboard_command()
[ncmpc.git] / src / screen_client.h
index 9b419d148e175ddf84b86de383e56f95217cab9b..895010ba40e44af8d7052192585f6e5b64bd230c 100644 (file)
@@ -1,5 +1,5 @@
 /* ncmpc (Ncurses MPD Client)
- * (c) 2004-2009 The Music Player Daemon Project
+ * (c) 2004-2017 The Music Player Daemon Project
  * Project homepage: http://musicpd.org
  *
  * This program is free software; you can redistribute it and/or modify
@@ -27,4 +27,11 @@ struct mpdclient;
 bool
 screen_auth(struct mpdclient *c);
 
+/**
+ * Starts a (server-side) database update and displays a status
+ * message.
+ */
+void
+screen_database_update(struct mpdclient *c, const char *path);
+
 #endif