libgnomevfsmm  2.26.0
init.h
Go to the documentation of this file.
1 // -*- c++ -*-
2 #ifndef _LIBGNOMEVFSMM_INIT_H
3 #define _LIBGNOMEVFSMM_INIT_H
4 /* $Id: init.h 2019 2009-01-27 08:29:42Z murrayc $ */
5 
6 /* init.h
7  *
8  * Copyright 2001 Free Software Foundation
9  *
10  * This library is free software; you can redistribute it and/or
11  * modify it under the terms of the GNU Lesser General Public
12  * License as published by the Free Software Foundation; either
13  * version 2.1 of the License, or (at your option) any later version.
14  *
15  * This library is distributed in the hope that it will be useful,
16  * but WITHOUT ANY WARRANTY; without even the implied warranty of
17  * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the GNU
18  * Lesser General Public License for more details.
19  *
20  * You should have received a copy of the GNU Lesser General Public
21  * License along with this library; if not, write to the Free
22  * Software Foundation, Inc., 675 Mass Ave, Cambridge, MA 02139, USA.
23  */
24 
25 
26 namespace Gnome
27 {
28 
29 namespace Vfs
30 {
31 
32 void init();
33 
34 } //namespace Vfs
35 } //namespace Gnome
36 
37 #endif //_LIBGNOMEVFSMM_INIT_H
38