summaryrefslogtreecommitdiff
path: root/lib/loudmouth/lm-types.h
blob: 077ccbc338582135660d5903830c535ee974bc04 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
#ifndef __LM_TYPES_H__
#define __LM_TYPES_H__

#include <wocky/wocky-porter.h>

G_BEGIN_DECLS

typedef struct _LmMessageHandler LmMessageHandler;
typedef struct _LmConnection LmConnection;

G_END_DECLS

#endif /* #ifndef __LM_TYPES_H__ */