summaryrefslogtreecommitdiff
path: root/pjsip/src/pjsip_auth.h
blob: cd6934de403143e3b88eadf2451eacbf93804159 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
/* $Header: /pjproject/pjsip/src/pjsip_auth.h 2     6/05/05 12:13p Bennylp $ */
#ifndef __PJSIP_AUTH_H__
#define __PJSIP_AUTH_H__

/**
 * @defgroup PJSIP_AUTH SIP Authorization module
 */

/**
 * @file pjsip_auth.h
 * @brief SIP Authorization Module.
 */


#include <pjsip_auth/sip_auth.h>
#include <pjsip_auth/sip_auth_msg.h>
#include <pjsip_auth/sip_auth_parser.h>

#endif	/* __PJSIP_AUTH_H__ */