transmission/gtk/msgwin.h

19 lines
341 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 Public License v2 or v3 licenses,
* or any future license endorsed by Mnemosyne LLC.
*
* $Id$
*/
2006-08-20 22:45:29 +00:00
#ifndef GTR_MSGWIN_H
#define GTR_MSGWIN_H
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
#endif