Automatic scrolling when a drag+drop operation is near the top or
[disorder] / disobedience / added.c
index 9f9058b..7f654ee 100644 (file)
@@ -15,6 +15,9 @@
  * You should have received a copy of the GNU General Public License
  * along with this program.  If not, see <http://www.gnu.org/licenses/>.
  */
+/** @file disobedience/added.c
+ * @brief List of recently added tracks
+ */
 #include "disobedience.h"
 #include "popup.h"
 #include "queue-generic.h"
@@ -63,7 +66,7 @@ static void added_changed(const char attribute((unused)) *event,
 }
 
 /** @brief Called at startup */
-static void added_init(void) {
+static void added_init(struct queuelike attribute((unused)) *ql) {
   event_register("rescan-complete", added_changed, 0);
 }