1
0
Fork 0
mirror of https://github.com/transmission/transmission synced 2024-12-25 17:17:31 +00:00
transmission/gtk/stats.h

18 lines
377 B
C

/*
* This file Copyright (C) 2007-2014 Mnemosyne LLC
*
* It may be used under the GNU GPL versions 2 or 3
* or any future license endorsed by Mnemosyne LLC.
*
* $Id$
*/
#ifndef GTR_STATS_DIALOG_H
#define GTR_STATS_DIALOG_H
#include <gtk/gtk.h>
#include "tr-core.h"
GtkWidget* gtr_stats_dialog_new (GtkWindow * parent, TrCore * core);
#endif /* GTR_STATS_DIALOG_H */