~ubuntu-branches/ubuntu/oneiric/transmission/oneiric

1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
/*
 * This file Copyright (C) 2007-2010 Mnemosyne LLC
 *
 * This file is licensed by the GPL version 2.  Works owned by the
 * Transmission project are granted a special exemption to clause 2(b)
 * so that the bulk of its code can remain under the MIT license.
 * This exemption does not extend to derived works not owned by
 * the Transmission project.
 *
 * $Id: stats.h 9868 2010-01-04 21:00:47Z charles $
 */

#ifndef __TR_GTK_STATS_H__
#define __TR_GTK_STATS_H__

#include <gtk/gtk.h>
#include "tr-core.h"

GtkWidget* stats_dialog_create( GtkWindow * parent,
                                TrCore *    core );

#endif