summary | shortlog | log | commit | commitdiff | tree
raw | patch | inline | side by side (parent: 94a8c60)
raw | patch | inline | side by side (parent: 94a8c60)
author | Max Kellermann <max@duempel.org> | |
Thu, 1 Oct 2009 17:41:14 +0000 (19:41 +0200) | ||
committer | Max Kellermann <max@duempel.org> | |
Thu, 1 Oct 2009 17:41:14 +0000 (19:41 +0200) |
src/screen.h | patch | blob | history | |
src/screen_list.h | patch | blob | history |
diff --git a/src/screen.h b/src/screen.h
index a78ae51a3ce397ad669841e92cd2f91bd339d94b..949ed565cf10858d02604579ee176ebd52238ed6 100644 (file)
--- a/src/screen.h
+++ b/src/screen.h
void screen_paint(struct mpdclient *c);
void screen_update(struct mpdclient *c);
void screen_cmd(struct mpdclient *c, command_t cmd);
-gint screen_get_id(const char *name);
void
screen_switch(const struct screen_functions *sf, struct mpdclient *c);
diff --git a/src/screen_list.h b/src/screen_list.h
index 9f6c926d1660711c1c1875160da3898c24072e79..8d76147f4e71324a8709d2c4580c2aa4b04981f0 100644 (file)
--- a/src/screen_list.h
+++ b/src/screen_list.h
const struct screen_functions *
screen_lookup_name(const char *name);
-int
-screen_get_id(const char *name);
-
#endif