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:
Kinsey Moore
2013-07-31 13:31:55 +00:00
parent 858fc5a648
commit f6c7e6355e
7 changed files with 19 additions and 19 deletions

View File

@@ -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 */