mirror of
https://github.com/asterisk/asterisk.git
synced 2025-10-07 22:05:25 +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:
@@ -16,8 +16,8 @@
|
||||
* at the top of the source tree.
|
||||
*/
|
||||
|
||||
#ifndef _RES_SIP_H
|
||||
#define _RES_SIP_H
|
||||
#ifndef _RES_PJSIP_H
|
||||
#define _RES_PJSIP_H
|
||||
|
||||
#include "asterisk/stringfields.h"
|
||||
/* Needed for struct ast_sockaddr */
|
||||
@@ -1499,4 +1499,4 @@ int ast_sip_add_global_response_header(const char *name, const char *value, int
|
||||
|
||||
int ast_sip_initialize_sorcery_global(struct ast_sorcery *sorcery);
|
||||
|
||||
#endif /* _RES_SIP_H */
|
||||
#endif /* _RES_PJSIP_H */
|
||||
|
Reference in New Issue
Block a user