~audio-recorder/audio-recorder/trunk

1 by Osmo Antero Maatta
Initial import 17.jan.2011
1
#ifndef _ABOUT_H
2
#define _ABOUT_H
3
56 by Osmo Antero
Version 0.5
4
gchar *about_program_name();
1 by Osmo Antero Maatta
Initial import 17.jan.2011
5
void about_destroy_dialog();
6
void about_this_app();
7
8
#endif
9