[sr-dev] git:master: Declared pua_send_publish , as it was only defined (extern)

marius zbihlei marius.zbihlei at 1and1.ro
Thu Oct 22 15:37:02 CEST 2009


Marius Zbihlei wrote:
> Module: sip-router
> Branch: master
> Commit: 981e9ba6cee17268ce761ee04d35b897a0fbd47e
> URL:    http://git.sip-router.org/cgi-bin/gitweb.cgi/sip-router/?a=commit;h=981e9ba6cee17268ce761ee04d35b897a0fbd47e
>
> Author: Marius Zbihlei <marius.zbihlei at 1and1.ro>
> Committer: Marius Zbihlei <marius.zbihlei at 1and1.ro>
> Date:   Thu Oct 22 16:32:43 2009 +0300
>
> Declared pua_send_publish ,as it was only defined (extern)
>
> ---
>
>  modules_k/pua_dialoginfo/pua_dialoginfo.c |    1 +
>  1 files changed, 1 insertions(+), 0 deletions(-)
>
> diff --git a/modules_k/pua_dialoginfo/pua_dialoginfo.c b/modules_k/pua_dialoginfo/pua_dialoginfo.c
> index c940548..eab17d1 100644
> --- a/modules_k/pua_dialoginfo/pua_dialoginfo.c
> +++ b/modules_k/pua_dialoginfo/pua_dialoginfo.c
> @@ -75,6 +75,7 @@ int override_lifetime   = DEF_OVERRIDE_LIFETIME;
>  int caller_confirmed    = DEF_CALLER_ALWAYS_CONFIRMED;
>  
>  
> +send_publish_t pua_send_publish;
>  /** module functions */
>  
>  static int mod_init(void);
>
>
> _______________________________________________
> sr-dev mailing list
> sr-dev at lists.sip-router.org
> http://lists.sip-router.org/cgi-bin/mailman/listinfo/sr-dev
>
>   

The other way around
Defined pua_send_publish at it was only declared.

M.



More information about the sr-dev mailing list