FreeWRL / FreeX3D 4.3.0
main.h
1/*
2
3 FreeWRL support library.
4
5*/
6
7/****************************************************************************
8 This file is part of the FreeWRL/FreeX3D Distribution.
9
10 Copyright 2009 CRC Canada. (http://www.crc.gc.ca)
11
12 FreeWRL/FreeX3D is free software: you can redistribute it and/or modify
13 it under the terms of the GNU Lesser Public License as published by
14 the Free Software Foundation, either version 3 of the License, or
15 (at your option) any later version.
16
17 FreeWRL/FreeX3D is distributed in the hope that it will be useful,
18 but WITHOUT ANY WARRANTY; without even the implied warranty of
19 MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
20 GNU General Public License for more details.
21
22 You should have received a copy of the GNU General Public License
23 along with FreeWRL/FreeX3D. If not, see <http://www.gnu.org/licenses/>.
24****************************************************************************/
25
26
27
28#ifndef __LIBFREEWRL_SRC_MAIN_H__
29#define __LIBFREEWRL_SRC_MAIN_H__
30
31void splitpath_local_suffix(const char *url, char **local_name, char **suff);
32
33#endif /* __LIBFREEWRL_SRC_MAIN_H__ */