transmission/gtk/msgwin.h

17 lines
291 B
C
Raw Normal View History

/*
* This file Copyright (C) 2008-2014 Mnemosyne LLC
2006-08-20 22:45:29 +00:00
*
* It may be used under the GNU GPL versions 2 or 3
* or any future license endorsed by Mnemosyne LLC.
*
* $Id$
*/
2006-08-20 22:45:29 +00:00
#pragma once
2006-08-20 22:45:29 +00:00
#include "tr-core.h"
GtkWidget * gtr_message_log_window_new (GtkWindow * parent, TrCore * core);
2006-08-20 22:45:29 +00:00