summaryrefslogtreecommitdiffstats
path: root/gtk/src/appcast.h
diff options
context:
space:
mode:
authorjstebbins <[email protected]>2008-11-09 19:27:46 +0000
committerjstebbins <[email protected]>2008-11-09 19:27:46 +0000
commitad10a55f3c2af2ec89c989d722983c318fcd860b (patch)
treedd1af9c2e9d8496a9cef9df3b3a4899ea2b99bdf /gtk/src/appcast.h
parentad1d412f8e4cddd7685aa6421fb78fd2b08973ff (diff)
LinGui: oops. forgot to add new appcast files
git-svn-id: svn://svn.handbrake.fr/HandBrake/trunk@1911 b64f7644-9d1e-0410-96f1-a4d463321fa5
Diffstat (limited to 'gtk/src/appcast.h')
-rw-r--r--gtk/src/appcast.h22
1 files changed, 22 insertions, 0 deletions
diff --git a/gtk/src/appcast.h b/gtk/src/appcast.h
new file mode 100644
index 000000000..2520be601
--- /dev/null
+++ b/gtk/src/appcast.h
@@ -0,0 +1,22 @@
+/*
+ * This program is free software; you can redistribute it and/or modify
+ * it under the terms of the GNU General Public License as published by
+ * the Free Software Foundation; either version 2 of the License, or
+ * (at your option) any later version.
+ *
+ * This program 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 General Public License
+ * along with this program; if not, write to the Free Software
+ * Foundation, Inc., 51 Franklin Street, Fifth Floor Boston, MA 02110-1301, USA
+ */
+#if !defined(_GHB_APPCAST_H_)
+#define _GHB_APPCAST_H_
+
+void ghb_appcast_parse(
+ gchar *buf, gchar **desc, gchar **build, gchar **version);
+
+#endif // _GHB_APPCAST_H_