blob: 2f5da2ee2591901ad664f1aa331c1cfd1f7bcdbc [file] [log] [blame]
Benny Prijono9033e312005-11-21 02:08:39 +00001/* $Id$ */
2/*
Nanang Izzuddina62ffc92011-05-05 06:14:19 +00003 * Copyright (C) 2008-2011 Teluu Inc. (http://www.teluu.com)
Benny Prijono32177c02008-06-20 22:44:47 +00004 * Copyright (C) 2003-2008 Benny Prijono <benny@prijono.org>
Benny Prijono9033e312005-11-21 02:08:39 +00005 *
6 * This program is free software; you can redistribute it and/or modify
7 * it under the terms of the GNU General Public License as published by
8 * the Free Software Foundation; either version 2 of the License, or
9 * (at your option) any later version.
10 *
11 * This program 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 this program; if not, write to the Free Software
18 * Foundation, Inc., 59 Temple Place, Suite 330, Boston, MA 02111-1307 USA
19 */
Benny Prijono9033e312005-11-21 02:08:39 +000020#ifndef __PJSIP_UA_H__
21#define __PJSIP_UA_H__
22
Benny Prijono268ca612006-02-07 12:34:11 +000023#include <pjsip-ua/sip_inv.h>
Benny Prijonoccf95622006-02-07 18:48:01 +000024#include <pjsip-ua/sip_regc.h>
Benny Prijono053f5222006-11-11 16:16:04 +000025#include <pjsip-ua/sip_replaces.h>
Benny Prijono26ff9062006-02-21 23:47:00 +000026#include <pjsip-ua/sip_xfer.h>
Benny Prijonodcfc0ba2007-09-30 16:50:27 +000027#include <pjsip-ua/sip_100rel.h>
Nanang Izzuddin59dffb12009-08-11 12:42:38 +000028#include <pjsip-ua/sip_timer.h>
Benny Prijonoccf95622006-02-07 18:48:01 +000029
Benny Prijono9033e312005-11-21 02:08:39 +000030
31#endif /* __PJSIP_UA_H__ */
32