transmission/gtk/msgwin.h

19 lines
327 B
C

/*
* This file Copyright (C) 2008-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_MSGWIN_H
#define GTR_MSGWIN_H
#include "tr-core.h"
GtkWidget * gtr_message_log_window_new (GtkWindow * parent, TrCore * core);
#endif