diff options
Diffstat (limited to 'gtk/src/appcast.h')
-rw-r--r-- | gtk/src/appcast.h | 22 |
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_ |