Navigation


Changeset 1027:0117a7746b21 in freeDiameter for extensions/app_sip/pushprofile.c


Ignore:
Timestamp:
Apr 15, 2013, 4:17:07 PM (11 years ago)
Author:
Sebastien Decugis <sdecugis@freediameter.net>
Branch:
default
Phase:
public
Message:

Fix a number of errors and warnings introduced/highlighted by recent commits

File:
1 edited

Legend:

Unmodified
Added
Removed
  • extensions/app_sip/pushprofile.c

    r639 r1027  
    7777                                {
    7878                                        //We received something, we can send an PPR
    79                                         app_sip_PPR_cb(pprsip);
     79                                        app_sip_PPR_cb(&pprsip);
    8080                                }
    8181                        }
     
    9292}
    9393//Called to send a PPR
    94 int app_sip_PPR_cb(struct pprsipaor structure)
     94int app_sip_PPR_cb(struct pprsipaor *structure)
    9595{
    9696        /*
Note: See TracChangeset for help on using the changeset viewer.