~audio-recorder/audio-recorder/trunk

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

void about_destroy_dialog();
void about_this_app();

#endif