~audio-recorder/audio-recorder/trunk

1
2
3
4
5
6
7
8
9
#ifndef _ABOUT_H
#define _ABOUT_H

gchar *about_program_name();
void about_destroy_dialog();
void about_this_app();

#endif