libflom: FLoM (Free Lock Manager) client library

flom.h
Go to the documentation of this file.
1 /*
2  * Copyright (c) 2013-2020, Christian Ferrari <tiian@users.sourceforge.net>
3  * All rights reserved.
4  *
5  * This file is part of FLoM, Free Lock Manager
6  *
7  * FLoM is free software: you can redistribute it and/or modify
8  * it under the terms of the GNU General Public License version 2.0 as
9  * published by the Free Software Foundation.
10  *
11  * FLoM 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
14  * GNU General Public License for more details.
15  *
16  * You should have received a copy of the GNU General Public License
17  * along with FLoM. If not, see <http://www.gnu.org/licenses/>.
18  */
19 
20 /*
21  * Use this header file to include the stuff necessary to use libflom library
22  * with C programming language
23  */
24 
25 #ifndef FLOM_H
26 # define FLOM_H
27 # include "flom_errors.h"
28 # include "flom_types.h"
29 # include "flom_handle.h"
30 #endif /* FLOM_H */

Copyright © 2013-2020, Christian Ferrari tiian@users.sourceforge.net