transmission/gtk/relocate.h

21 lines
463 B
C

/*
* This file Copyright (C) 2009-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_RELOCATE_H
#define GTR_RELOCATE_H
#include <gtk/gtk.h>
#include "tr-core.h"
GtkWidget * gtr_relocate_dialog_new (GtkWindow * parent,
TrCore * core,
GSList * torrentIds);
#endif