~ubuntu-branches/ubuntu/warty/file-roller/warty

« back to all changes in this revision

Viewing changes to src/fr-error.h

  • Committer: Bazaar Package Importer
  • Author(s): Sebastien Bacher
  • Date: 2004-10-11 22:01:33 UTC
  • mfrom: (1.1.1 upstream)
  • Revision ID: james.westby@ubuntu.com-20041011220133-nu4i31tvi82v0685
Tags: 2.8.2-0ubuntu1
* New upstream release:
  - void opening remote files in nautilus.

Show diffs side-by-side

added added

removed removed

Lines of Context:
 
1
/* -*- Mode: C; tab-width: 8; indent-tabs-mode: t; c-basic-offset: 8 -*- */
 
2
 
 
3
/*
 
4
 *  File-Roller
 
5
 *
 
6
 *  Copyright (C) 2003 Free Software Foundation, Inc.
 
7
 *
 
8
 *  This program is free software; you can redistribute it and/or modify
 
9
 *  it under the terms of the GNU General Public License as published by
 
10
 *  the Free Software Foundation; either version 2 of the License, or
 
11
 *  (at your option) any later version.
 
12
 *
 
13
 *  This program is distributed in the hope that it will be useful,
 
14
 *  but WITHOUT ANY WARRANTY; without even the implied warranty of
 
15
 *  MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.  See the
 
16
 *  GNU General Public License for more details.
 
17
 *
 
18
 *  You should have received a copy of the GNU General Public License
 
19
 *  along with this program; if not, write to the Free Software
 
20
 *  Foundation, Inc., 59 Temple Street #330, Boston, MA 02111-1307, USA.
 
21
 */
 
22
 
 
23
#ifndef __FR_ERROR_H__
 
24
#define __FR_ERROR_H__
 
25
 
 
26
#include <glib.h>
 
27
 
 
28
#define FR_ERROR fr_error_quark ()
 
29
GQuark fr_error_quark (void);
 
30
 
 
31
 
 
32
#endif /* __FR_ERROR_H__ */