diff extensions/app_sip/locationinfosl.c @ 433:0d08a9ab2212

Corrected name mistakes on app_sip
author Alexandre Westfahl <awestfahl@freediameter.net>
date Wed, 28 Jul 2010 14:34:48 +0900
parents f77fc3a97287
children 95a784729cac
line wrap: on
line diff
--- a/extensions/app_sip/locationinfosl.c	Wed Jul 28 03:14:11 2010 +0900
+++ b/extensions/app_sip/locationinfosl.c	Wed Jul 28 14:34:48 2010 +0900
@@ -33,10 +33,10 @@
 * TORT (INCLUDING NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY OUT OF THE USE OF THIS SOFTWARE, EVEN IF   *
 * ADVISED OF THE POSSIBILITY OF SUCH DAMAGE.								 *
 *********************************************************************************************************/
-#include "diamsip.h"
+#include "app_sip.h"
 
 //This callback is specific to SUSCRIBER LOCATOR. We must look for the "serving" SIP server
-int diamsipSL_LIR_cb( struct msg ** msg, struct avp * paramavp, struct session * sess, enum disp_action * act)
+int app_sip_SL_LIR_cb( struct msg ** msg, struct avp * paramavp, struct session * sess, enum disp_action * act)
 {
 	TRACE_ENTRY("%p %p %p %p", msg, paramavp, sess, act);
 	
"Welcome to our mercurial repository"