summaryrefslogtreecommitdiff
path: root/cesar/interface/forward.h
blob: d3363cdd0deca53ee5b8c616226633edb5a6e8ae (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
#ifndef interface_forward_h
#define interface_forward_h
/* Cesar project {{{
 *
 * Copyright (C) 2007 Spidcom
 *
 * <<<Licence>>>
 *
 * }}} */
/**
 * \file    interface/forward.h
 * \brief   Interface context forward declaration.
 * \ingroup interface
 */

/** Forward declaration. */
typedef struct interface_t interface_t;

#endif /* interface_forward_h */