19 lines
341 B
C
19 lines
341 B
C
/*
|
|
* This file Copyright (C) 2008-2014 Mnemosyne LLC
|
|
*
|
|
* It may be used under the GNU Public License v2 or v3 licenses,
|
|
* 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
|