[four-in-a-row] theme.h: add missing prototypes
- From: Michael Catanzaro <mcatanzaro src gnome org>
- To: commits-list gnome org
- Cc:
- Subject: [four-in-a-row] theme.h: add missing prototypes
- Date: Tue, 15 Jul 2014 00:24:40 +0000 (UTC)
commit 4d4d32875060ebcfac87748eb42bebd6b61ce1d8
Author: Michael Catanzaro <mcatanzaro gnome org>
Date: Mon Jul 14 19:22:22 2014 -0500
theme.h: add missing prototypes
Fix for implicit function declarations by Dominique Leuenberger
src/theme.h | 2 ++
1 files changed, 2 insertions(+), 0 deletions(-)
---
diff --git a/src/theme.h b/src/theme.h
index f881b57..2be0138 100644
--- a/src/theme.h
+++ b/src/theme.h
@@ -18,4 +18,6 @@ struct _Theme {
const gchar *theme_get_player (PlayerID who);
+const gchar *theme_get_player_win (PlayerID who);
+const gchar *theme_get_player_turn (PlayerID who);
const gchar *theme_get_title (gint id);
[
Date Prev][
Date Next] [
Thread Prev][
Thread Next]
[
Thread Index]
[
Date Index]
[
Author Index]