Revision 21039,
1.1 KB
checked in by ghudson, 20 years ago
(diff) |
This commit was generated by cvs2svn to compensate for changes in r21038,
which included commits to RCS files with non-trunk default branches.
|
Line | |
---|
1 | /* -*- Mode: C; indent-tabs-mode: t; c-basic-offset: 8; tab-width: 8 -*- |
---|
2 | |
---|
3 | mapping-daemon.h: central daemon to keep track of file mappings |
---|
4 | |
---|
5 | Copyright (C) 2002 Red Hat, Inc. |
---|
6 | |
---|
7 | This program is free software; you can redistribute it and/or |
---|
8 | modify it under the terms of the GNU General Public License as |
---|
9 | published by the Free Software Foundation; either version 2 of the |
---|
10 | License, or (at your option) any later version. |
---|
11 | |
---|
12 | This program is distributed in the hope that it will be useful, |
---|
13 | but WITHOUT ANY WARRANTY; without even the implied warranty of |
---|
14 | MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the GNU |
---|
15 | General Public License for more details. |
---|
16 | |
---|
17 | You should have received a copy of the GNU General Public |
---|
18 | License along with this program; if not, write to the |
---|
19 | Free Software Foundation, Inc., 59 Temple Place - Suite 330, |
---|
20 | Boston, MA 02111-1307, USA. |
---|
21 | |
---|
22 | Authors: Alexander Larsson <alexl@redhat.com> |
---|
23 | */ |
---|
24 | #ifndef _MAPPING_DAEMON_H_ |
---|
25 | #define _MAPPING_DAEMON_H_ |
---|
26 | |
---|
27 | #include <glib/ghash.h> |
---|
28 | |
---|
29 | G_BEGIN_DECLS |
---|
30 | |
---|
31 | G_END_DECLS |
---|
32 | |
---|
33 | #endif /* _MAPPING_DAEMON_H_ */ |
---|
34 | |
---|
Note: See
TracBrowser
for help on using the repository browser.