[geocode-glib] lib: Add missing header file



commit c5cc13ddcd8884fa1c1bf6d2a2a559365bb8049a
Author: Bastien Nocera <hadess hadess net>
Date:   Thu Apr 21 03:02:17 2011 +0100

    lib: Add missing header file

 geocode-glib/geocode-glib-private.h |   35 +++++++++++++++++++++++++++++++++++
 1 files changed, 35 insertions(+), 0 deletions(-)
---
diff --git a/geocode-glib/geocode-glib-private.h b/geocode-glib/geocode-glib-private.h
new file mode 100644
index 0000000..62ada50
--- /dev/null
+++ b/geocode-glib/geocode-glib-private.h
@@ -0,0 +1,35 @@
+/*
+   Copyright (C) 2010 Bastien Nocera
+
+   The Gnome Library is free software; you can redistribute it and/or
+   modify it under the terms of the GNU Library General Public License as
+   published by the Free Software Foundation; either version 2 of the
+   License, or (at your option) any later version.
+
+   The Gnome Library is distributed in the hope that it will be useful,
+   but WITHOUT ANY WARRANTY; without even the implied warranty of
+   MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.  See the GNU
+   Library General Public License for more details.
+
+   You should have received a copy of the GNU Library General Public
+   License along with the Gnome Library; see the file COPYING.LIB.  If not,
+   write to the Free Software Foundation, Inc., 51 Franklin Street, Fifth Floor,
+   Boston, MA 02110-1301  USA.
+
+   Authors: Bastien Nocera <hadess hadess net>
+
+ */
+
+#ifndef GEOCODE_GLIB_PRIVATE_H
+#define GEOCODE_GLIB_PRIVATE_H
+
+#include <glib.h>
+
+G_BEGIN_DECLS
+
+GHashTable *_geocode_parse_json (const char *contents,
+				 GError    **error);
+
+G_END_DECLS
+
+#endif /* GEOCODE_GLIB_PRIVATE_H */



[Date Prev][Date Next]   [Thread Prev][Thread Next]   [Thread Index] [Date Index] [Author Index]