~audio-recorder/audio-recorder/trunk

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