glade: Fix make file some files were not installed
[anjuta.git] / plugins / subversion / subversion-diff-dialog.h
blobf5624ee235802056f3ddd51748b12574d7051ddb
1 /* -*- Mode: C; indent-tabs-mode: t; c-basic-offset: 4; tab-width: 4 -*- */
2 /*
3 * anjuta
4 * Copyright (C) James Liggett 2007 <jrliggett@cox.net>
6 * Portions based on the original Subversion plugin
7 * Copyright (C) Johannes Schmid 2005
8 *
9 * anjuta is free software.
11 * You may redistribute it and/or modify it under the terms of the
12 * GNU General Public License, as published by the Free Software
13 * Foundation; either version 2 of the License, or (at your option)
14 * any later version.
16 * anjuta is distributed in the hope that it will be useful,
17 * but WITHOUT ANY WARRANTY; without even the implied warranty of
18 * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.
19 * See the GNU General Public License for more details.
21 * You should have received a copy of the GNU General Public License
22 * along with anjuta. If not, write to:
23 * The Free Software Foundation, Inc.,
24 * 51 Franklin Street, Fifth Floor
25 * Boston, MA 02110-1301, USA.
28 #ifndef SUBVERSION_DIFF_DIALOG_H
29 #define SUBVERSION_DIFF_DIALOG_H
31 #include "subversion-ui-utils.h"
32 #include "svn-diff-command.h"
33 #include <libanjuta/interfaces/ianjuta-document-manager.h>
34 #include <libanjuta/interfaces/ianjuta-file-savable.h>
36 void on_menu_subversion_diff (GtkAction* action, Subversion* plugin);
37 void on_fm_subversion_diff (GtkAction *action, Subversion *plugin);
39 #endif