From 196a2ccc0d4c7fdab37703efcf7722bb86e18c5b Mon Sep 17 00:00:00 2001 From: rikky Date: Sat, 12 Feb 2011 00:30:17 +0000 Subject: [PATCH] Fix:core:Fix clang compiler warnings: add missing forward declarations git-svn-id: https://navit.svn.sourceforge.net/svnroot/navit/trunk@4141 ffa7fe5e-494d-0410-b361-a75ebd5db220 --- navit/navit/file.h | 2 +- navit/navit/speech.h | 1 + 2 files changed, 2 insertions(+), 1 deletion(-) diff --git a/navit/navit/file.h b/navit/navit/file.h index 2632ccc..87765ac 100644 --- a/navit/navit/file.h +++ b/navit/navit/file.h @@ -59,7 +59,7 @@ struct file { GHashTable *headers; }; -struct attr *attr; +struct attr; /* prototypes */ int file_request(struct file *f, struct attr **options); diff --git a/navit/navit/speech.h b/navit/navit/speech.h index ef7c594..8e4d3d9 100644 --- a/navit/navit/speech.h +++ b/navit/navit/speech.h @@ -21,6 +21,7 @@ #define NAVIT_SPEECH_H struct speech_priv; +struct attr_iter; struct speech_methods { void (*destroy)(struct speech_priv *this_); -- 2.7.4