~audio-recorder/audio-recorder/trunk

1 by Osmo Antero Maatta
Initial import 17.jan.2011
1
#ifndef _HELP_H
2
#define _HELP_H
3
4
#include <glib.h>
5
#include <gdk/gdk.h>
6
#include <gtk/gtk.h>
7
#include <assert.h>
8
9
void help_show_page(gchar *webpage);
10
void help_start_tool(gchar *webpage);
11
12
#endif
13