[evolution-data-server] Fix make check errors.
- From: Matthew Barnes <mbarnes src gnome org>
- To: svn-commits-list gnome org
- Subject: [evolution-data-server] Fix make check errors.
- Date: Sat, 13 Jun 2009 23:38:44 -0400 (EDT)
commit 610d65b7c0c1d1561af7f74b1119c1036b9e4d47
Author: Matthew Barnes <mbarnes redhat com>
Date: Sat Jun 13 22:49:54 2009 -0400
Fix make check errors.
camel/tests/lib/camel-test-provider.h | 2 ++
camel/tests/lib/camel-test.h | 1 -
2 files changed, 2 insertions(+), 1 deletions(-)
---
diff --git a/camel/tests/lib/camel-test-provider.h b/camel/tests/lib/camel-test-provider.h
index 4958ef6..f9f19ba 100644
--- a/camel/tests/lib/camel-test-provider.h
+++ b/camel/tests/lib/camel-test-provider.h
@@ -2,6 +2,8 @@
#ifndef _CAMEL_TEST_PROVIDER_H
#define _CAMEL_TEST_PROVIDER_H
+#include <glib.h>
+
void camel_test_provider_init(gint argc, gchar **argv);
#endif
diff --git a/camel/tests/lib/camel-test.h b/camel/tests/lib/camel-test.h
index 8ee6b9b..facd942 100644
--- a/camel/tests/lib/camel-test.h
+++ b/camel/tests/lib/camel-test.h
@@ -57,7 +57,6 @@ void camel_test_pull(void);
/* fail a test, with a reason why */
void camel_test_fail(const gchar *why, ...);
-void camel_test_failv(const gchar *why, va_list ap);
/* Set whether a failed test quits. May be nested, but must be called in nonfatal/fatal pairs */
void camel_test_nonfatal(const gchar *why, ...);
[
Date Prev][
Date Next] [
Thread Prev][
Thread Next]
[
Thread Index]
[
Date Index]
[
Author Index]