[Kamailio-Devel] Fwd: SF.net SVN: openser:[5003] trunk

Henning Westerholt henning.westerholt at 1und1.de
Fri Sep 26 13:06:32 CEST 2008


----------  Forward message  ----------

Revision: 5003
          http://openser.svn.sourceforge.net/openser/?rev=5003&view=rev
Author:   henningw
Date:     2008-09-26 11:01:51 +0000 (Fri, 26 Sep 2008)

Log Message:
-----------
- sync function definitions with declarations for functions w/o parameters
- this functions were declared as 'f()', that means they can have a
  arbitrary number of arguments (because of compatibility to the old style
  definitions in the C standard), even if they are defined as f(void)
- there is no warning reported if somebody call a function like this with
  some parameters
- another potential problem is, when somebody change the definition to
  accept some parameter, but forgot to change also the declaration. Then
  the compiler will not report wrong usage of this functions too.
- sometimes ago the '-Wold-style-definition' warning was introduced, the
  definitions get then fixed subsequently, but not all declarations

Modified Paths:
--------------
    trunk/blacklists.h
    trunk/dset.h
    trunk/errinfo.h
    trunk/flags.h
    trunk/mem/mem.h
    trunk/mem/shm_mem.h
    trunk/mi/mi.h
    trunk/mi/mi_core.h
    trunk/modules/acc/acc.h
    trunk/modules/acc/acc_extra.h
    trunk/modules/auth_db/authorize.h
    trunk/modules/auth_radius/extra.h
    trunk/modules/avpops/avpops_impl.h
    trunk/modules/carrierroute/carrier_tree.h
    trunk/modules/cfgutils/shvar.h
    trunk/modules/cpl-c/cpl_db.h
    trunk/modules/cpl-c/cpl_log.h
    trunk/modules/cpl-c/cpl_time.h
    trunk/modules/db_text/dbt_lib.h
    trunk/modules/dialog/dlg_db_handler.h
    trunk/modules/dialog/dlg_handlers.h
    trunk/modules/dialog/dlg_hash.h
    trunk/modules/dialog/dlg_profile.h
    trunk/modules/dialog/dlg_timer.h
    trunk/modules/dialplan/dialplan.h
    trunk/modules/dialplan/dp_db.h
    trunk/modules/dispatcher/dispatch.h
    trunk/modules/domain/domain.h
    trunk/modules/domainpolicy/domainpolicy.h
    trunk/modules/exec/kill.h
    trunk/modules/group/group.h
    trunk/modules/h350/h350_exp_fn.h
    trunk/modules/htable/ht_api.h
    trunk/modules/imc/imc_mng.h
    trunk/modules/ldap/api.h
    trunk/modules/ldap/ld_session.h
    trunk/modules/ldap/ldap_api_fn.h
    trunk/modules/ldap/ldap_exp_fn.h
    trunk/modules/mangler/sdp_mangler.h
    trunk/modules/mi_datagram/datagram_fnc.h
    trunk/modules/misc_radius/extra.h
    trunk/modules/msilo/ms_msg_list.h
    trunk/modules/permissions/address.h
    trunk/modules/pike/ip_tree.h
    trunk/modules/presence_dialoginfo/add_events.h
    trunk/modules/presence_mwi/add_events.h
    trunk/modules/rr/rr_cb.h
    trunk/modules/seas/cluster.h
    trunk/modules/seas/event_dispatcher.h
    trunk/modules/seas/ha.h
    trunk/modules/seas/seas_action.h
    trunk/modules/seas/statistics.h
    trunk/modules/sl/sl_cb.h
    trunk/modules/sl/sl_funcs.h
    trunk/modules/sms/sms_report.h
    trunk/modules/snmpstats/interprocess_buffer.h
    trunk/modules/snmpstats/network_stats.h
    trunk/modules/snmpstats/openserObjects.h
    trunk/modules/snmpstats/openserSIPRegUserTable.h
    trunk/modules/statistics/stats_funcs.h
    trunk/modules/tm/h_table.h
    trunk/modules/tm/lock.h
    trunk/modules/tm/t_fifo.h
    trunk/modules/tm/t_funcs.h
    trunk/modules/tm/t_fwd.h
    trunk/modules/tm/t_hooks.h
    trunk/modules/tm/t_lookup.h
    trunk/modules/tm/t_reply.h
    trunk/modules/tm/timer.h
    trunk/modules/uac/auth.h
    trunk/modules/uac/from.h
    trunk/modules/uac_redirect/rd_filter.h
    trunk/modules/uri_db/checks.h
    trunk/modules/usrloc/dlist.h
    trunk/modules/usrloc/hslot.h
    trunk/modules/usrloc/ul_callback.h
    trunk/modules/xmpp/xmpp_api.h
    trunk/poll_types.h
    trunk/pt.h
    trunk/resolve.h
    trunk/route.h
    trunk/script_cb.h
    trunk/script_var.h
    trunk/sctp_server.h
    trunk/serialize.h
    trunk/socket_info.h
    trunk/sr_module.h
    trunk/statistics.h
    trunk/tcp_init.h
    trunk/udp_server.h


This was sent by the SourceForge.net collaborative development platform, the 
world's largest Open Source development site.

-------------------------------------------------------



More information about the Devel mailing list