blob: 310b13f10e1ce6960218e95608705e178aac792c [file] [log] [blame]
Benny Prijonodd859a62005-11-01 16:42:51 +00001/* $Header: /pjproject/pjsip/src/pjsip_auth.h 2 6/05/05 12:13p Bennylp $ */
2#ifndef __PJSIP_AUTH_H__
3#define __PJSIP_AUTH_H__
4
5/**
6 * @defgroup PJSIP_AUTH SIP Authorization module
7 */
8
9/**
10 * @file pjsip_auth.h
11 * @brief SIP Authorization Module.
12 */
13
14
15#include <pjsip_auth/sip_auth.h>
16#include <pjsip_auth/sip_auth_msg.h>
17#include <pjsip_auth/sip_auth_parser.h>
18
19#endif /* __PJSIP_AUTH_H__ */
20