~ubuntu-branches/ubuntu/feisty/xarchiver/feisty

« back to all changes in this revision

Viewing changes to src/tar.h

  • Committer: Bazaar Package Importer
  • Author(s): Daniel Baumann
  • Date: 2006-03-12 09:45:00 UTC
  • Revision ID: james.westby@ubuntu.com-20060312094500-e1m5oxiyro0xfj3a
Tags: upstream-0.3.1
ImportĀ upstreamĀ versionĀ 0.3.1

Show diffs side-by-side

added added

removed removed

Lines of Context:
 
1
/*
 
2
 *  Xarchiver
 
3
 *
 
4
 *  Copyright (C) 2005 Giuseppe Torelli - Colossus
 
5
 *
 
6
 *  This program is free software; you can redistribute it and/or modify
 
7
 *  it under the terms of the GNU General Public License as published by
 
8
 *  the Free Software Foundation; either version 2 of the License, or
 
9
 *  (at your option) any later version.
 
10
 *
 
11
 *  This program is distributed in the hope that it will be useful,
 
12
 *  but WITHOUT ANY WARRANTY; without even the implied warranty of
 
13
 *  MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.  See the
 
14
 *  GNU General Public License for more details.
 
15
 *
 
16
 *  You should have received a copy of the GNU General Public License
 
17
 *  along with this program; if not, write to the Free Software
 
18
 *  Foundation, Inc., 59 Temple Street #330, Boston, MA 02111-1307, USA.
 
19
 */
 
20
 
 
21
#ifndef TAR_H
 
22
#define TAR_H
 
23
 
 
24
 #include <gtk/gtk.h>
 
25
 #include "callbacks.h"
 
26
 #include "interface.h"
 
27
 #include "support.h"
 
28
 #include "main.h"
 
29
 
 
30
void OpenTar ( gboolean mode , gchar *path );
 
31
static gboolean TarOpen (GIOChannel *ioc, GIOCondition cond, gpointer data);
 
32
#endif