c4617e2b5cbb8a377c3f82a50470d205c4ad92eb
[platform/upstream/glib.git] / gio / fen / fen-missing.h
1 /* -*- Mode: C; tab-width: 4; indent-tabs-mode: nil; c-basic-offset: 4 -*- */
2 /* vim:set expandtab ts=4 shiftwidth=4: */
3 /* 
4  * Copyright (C) 2008 Sun Microsystems, Inc.
5  *
6  * This library is free software; you can redistribute it and/or
7  * modify it under the terms of the GNU Lesser General Public
8  * License as published by the Free Software Foundation; either
9  * version 2 of the License, or (at your option) any later version.
10  *
11  * This library 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 GNU
14  * Lesser General Public License for more details.
15  *
16  * You should have received a copy of the GNU Lesser General
17  * Public License along with this library; if not, write to the
18  * Free Software Foundation, Inc., 59 Temple Place, Suite 330,
19  * Boston, MA 02111-1307, USA.
20  *
21  * Authors: Lin Ma <lin.ma@sun.com>
22  */
23
24 #ifndef __GAM_FEN_H__
25 #define __GAM_FEN_H__
26
27 #include "fen-data.h"
28
29 G_BEGIN_DECLS
30
31 extern void missing_add (fdata *f);
32 extern void missing_remove (fdata *f);
33
34 G_END_DECLS
35
36 #endif /* __GAM_FEN_H__ */
37