summaryrefslogtreecommitdiff
path: root/pjsip/include/pjsip_auth.h
diff options
context:
space:
mode:
authorBenny Prijono <bennylp@teluu.com>2005-11-09 16:45:27 +0000
committerBenny Prijono <bennylp@teluu.com>2005-11-09 16:45:27 +0000
commit0bc0f9112ac6319d7ce8662de86d6c076bd4b1e3 (patch)
treeaee367e076f47d3fb749c05c167871955a4aff5f /pjsip/include/pjsip_auth.h
parent87579003160532061dc674514e8504c1eebf43b7 (diff)
Organizing pjsip directory structure
git-svn-id: http://svn.pjsip.org/repos/pjproject/main@42 74dad513-b988-da41-8d7b-12977e46ad98
Diffstat (limited to 'pjsip/include/pjsip_auth.h')
-rw-r--r--pjsip/include/pjsip_auth.h22
1 files changed, 22 insertions, 0 deletions
diff --git a/pjsip/include/pjsip_auth.h b/pjsip/include/pjsip_auth.h
new file mode 100644
index 00000000..9c0d33b1
--- /dev/null
+++ b/pjsip/include/pjsip_auth.h
@@ -0,0 +1,22 @@
+/* $Id$
+ *
+ */
+#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__ */
+