2005-10-07 Robert Love <rml@novell.com>

* gnome/applet/applet-dbus-info.c, gnome/applet/applet.c,
          gnome/applet/applet.h, gnome/vpn-properties/nm-vpn-properties.c,
          src/dhcp-manager/nm-dhcp-manager.c, test/libnm_glib_test.c,
          test/nmtest.c test/nmtestdevices.c: mark functions 'static' as
          appropriate


git-svn-id: http://svn-archive.gnome.org/svn/NetworkManager/trunk@1004 4912f4e0-d625-0410-9fb7-b9a5a253dbdc
This commit is contained in:
Robert Love
2005-10-07 19:17:06 +00:00
committed by Robert Love
parent eed1fa76e9
commit fa4e8074e7
9 changed files with 30 additions and 18 deletions

View File

@@ -190,7 +190,7 @@ guint8 nm_dhcp_manager_get_state_for_device (NMDHCPManager *manager, NMDevice *d
* Called after timeout of a DHCP transaction to notify device of the failure.
*
*/
gboolean nm_dhcp_manager_handle_timeout (NMActRequest *req)
static gboolean nm_dhcp_manager_handle_timeout (NMActRequest *req)
{
NMData * data;
NMDevice * dev;