summaryrefslogtreecommitdiff
path: root/pjlib/src/pj/list.c
blob: a85108c073f1bd4acfd0af32ea73bec444f63981 (plain)
1
2
3
4
5
6
7
8
9
/* $Id$
 */
#include <pj/list.h>

#if !PJ_FUNCTIONS_ARE_INLINED
#  include <pj/list_i.h>
#endif