From a3a1b3a3b1894248230230c352d0e454869c1249 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Tommi=20M=C3=A4kitalo?= Date: Mon, 21 Dec 2009 10:18:57 +0100 Subject: [PATCH] cleanup some code and make vido working again --- src/vido.hh | 32 ++++++++++++++++++++++++++++++++ 1 file changed, 32 insertions(+) create mode 100644 src/vido.hh diff --git a/src/vido.hh b/src/vido.hh new file mode 100644 index 0000000..66fcf7b --- /dev/null +++ b/src/vido.hh @@ -0,0 +1,32 @@ +/* + * Copyright (C) 2009 Tommi Maekitalo + * + * 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 + * is provided AS IS, WITHOUT ANY WARRANTY; without even the implied + * warranty of MERCHANTABILITY, FITNESS FOR A PARTICULAR PURPOSE, and + * NON-INFRINGEMENT. See the GNU 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 St, Fifth Floor, Boston, MA 02110-1301 USA + * + */ + +#ifndef VIDO_HH +#define VIDO_HH + +#include + +class main_window; + +extern void show_random(); +extern void search_window(main_window *window); +extern void set_html(const gchar *url); +extern void set_search(const gchar *url); + +#endif // VIDO_HH