1 /* -*- Mode: C; tab-width: 4; indent-tabs-mode: nil; c-basic-offset: 4 -*- */
2 /*
3  * Copyright (C) 2003 Imendio AB
4  *
5  * This program is free software; you can redistribute it and/or
6  * modify it under the terms of the GNU Lesser General Public License as
7  * published by the Free Software Foundation; either version 2 of the
8  * License, or (at your option) any later version.
9  *
10  * This program is distributed in the hope that it will be useful,
11  * but WITHOUT ANY WARRANTY; without even the implied warranty of
12  * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.  See the GNU
13  * Lesser General Public License for more details.
14  *
15  * You should have received a copy of the GNU Lesser General Public
16  * License along with this program; if not, see <https://www.gnu.org/licenses>
17  */
18 
19 #ifndef __LOUDMOUTH_H__
20 #define __LOUDMOUTH_H__
21 
22 #define LM_INSIDE_LOUDMOUTH_H 1
23 
24 #include <loudmouth/lm-connection.h>
25 #include <loudmouth/lm-error.h>
26 #include <loudmouth/lm-message.h>
27 #include <loudmouth/lm-message-handler.h>
28 #include <loudmouth/lm-message-node.h>
29 #include <loudmouth/lm-proxy.h>
30 #include <loudmouth/lm-utils.h>
31 #include <loudmouth/lm-ssl.h>
32 
33 #undef LM_INSIDE_LOUDMOUTH_H
34 
35 #endif /* __LOUDMOUTH_H__ */
36