Code

main: don't show (null) as the server name
[ncmpc.git] / src / screen_utils.h
index bbcdbf282238b51a5a01a0725dc47362c8a07202..e67648ea1b569a6b30990d4d95d038246362ad87 100644 (file)
@@ -1,5 +1,5 @@
 /* ncmpc (Ncurses MPD Client)
- * (c) 2004-2009 The Music Player Daemon Project
+ * (c) 2004-2010 The Music Player Daemon Project
  * Project homepage: http://musicpd.org
  
  * This program is free software; you can redistribute it and/or modify
@@ -38,19 +38,6 @@ screen_read_password(const char *prompt);
 char *screen_readln(const char *prompt, const char *value,
                    GList **history, GCompletion *gcmp);
 
-/* query user for a string and find it in a list window */
-int screen_find(struct list_window *lw,
-               int rows,
-               command_t findcmd,
-               list_window_callback_fn_t callback_fn,
-               void *callback_data);
-
-/* query user for a string and jump to the entry
- * which begins with this string while the users types */
-void screen_jump(struct list_window *lw,
-               list_window_callback_fn_t callback_fn,
-               void *callback_data);
-
 void screen_display_completion_list(GList *list);
 
 #ifndef NCMPC_MINI