partysip-dev
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

Re: [Partysip-dev] loop detection


From: Fredrik Thulin
Subject: Re: [Partysip-dev] loop detection
Date: Wed, 4 Sep 2002 17:38:28 +0200
User-agent: KMail/1.4.3

On Wednesday 04 September 2002 12.29, Aymeric Moizard wrote:
> I'm testing first the indentation but already got some issue:
>
> indent partysip/partysip.h
> converts the following:
...
> The method above should begin at the beginning of the lines, but
> a tabulation appears before it. Also, all lines starting with
> PPL_DECLARE(...) are moved to 2 lines even if those lines are
> smaller than "95".

Add -TPPL_DECLARE to the .indent.pro file. Also add

-Tsipevent_t
-Tpsp_req_t
-Tsip_t
-Turl_t
-Tppl_dns_entry_t
-Tsfp_rcv_func_t
-Tsfp_fwd_func_t
-Tslp_snd_func_t
-Tuap_func_t
-Timp_func_t
-Tslp_plugin_t
-Tpsp_osip_t
-Tmodule_t
-Tpspm_resolv_t
-Tpspm_tlp_t
-Ttransaction_t
-Tpspm_imp_t
-Tpspm_slp_t
-Troute_t
-Tpspm_uap_t
-Tpspm_sfp_t
-Tsfp_branch_t
-Tpsp_plugin_t
-Ttlp_plugin_t
-Timp_plugin_t
-Tuap_plugin_t
-Tslp_plugin_t
-Tsfp_plugin_t
-Tsfp_snd_func_t
-Timp_func_t
-Tuap_func_t
-Tslp_fwd_func_t
-Tslp_rcv_func_t
-Tslp_snd_func_t
-Tslp_branch_t
-Trsp_ctx_t

to get declarations like this :

        int pspm_slp_init (pspm_slp_t **pspm);

instead of :

        int pspm_slp_init (pspm_slp_t ** pspm);

/Fredrik




reply via email to

[Prev in Thread] Current Thread [Next in Thread]