~audio-recorder/audio-recorder/trunk

« back to all changes in this revision

Viewing changes to src/win-settings.h

  • Committer: Osmo Antero
  • Date: 2011-09-18 09:13:24 UTC
  • Revision ID: osmoma@gmail.com-20110918091324-wosqw4bzzhhyqz6m
VersionĀ 0.5

Show diffs side-by-side

added added

removed removed

Lines of Context:
5
5
#include <assert.h>
6
6
 
7
7
void win_settings_show_dialog(GtkWindow *parent);
 
8
void win_settings_destroy_dialog();
8
9
 
9
10