mirror of
https://github.com/asterisk/asterisk.git
synced 2025-09-05 12:16:00 +00:00
Fix remnants of the pjsip renaming
git-svn-id: https://origsvn.digium.com/svn/asterisk/trunk@395851 65c4cc65-6c06-0410-ace0-fbb531ad65f3
This commit is contained in:
@@ -5,8 +5,8 @@
|
||||
* Author: mjordan
|
||||
*/
|
||||
|
||||
#ifndef RES_SIP_PRIVATE_H_
|
||||
#define RES_SIP_PRIVATE_H_
|
||||
#ifndef RES_PJSIP_PRIVATE_H_
|
||||
#define RES_PJSIP_PRIVATE_H_
|
||||
|
||||
struct ao2_container;
|
||||
|
||||
@@ -71,4 +71,4 @@ int ast_sip_initialize_system(void);
|
||||
*/
|
||||
int ast_sip_initialize_global(void);
|
||||
|
||||
#endif /* RES_SIP_PRIVATE_H_ */
|
||||
#endif /* RES_PJSIP_PRIVATE_H_ */
|
||||
|
Reference in New Issue
Block a user