summaryrefslogtreecommitdiffstats
path: root/dbus/dbus-server.h
diff options
context:
space:
mode:
authorHavoc Pennington <hp@redhat.com>2003-04-05 23:50:47 +0000
committerHavoc Pennington <hp@redhat.com>2003-04-05 23:50:47 +0000
commit07e3f76f8e65af8d9de063c62af38c5b7495bc76 (patch)
tree489fb5e64b95600266846b0ed3ab7ed74e73d544 /dbus/dbus-server.h
parent5ecb2a781f287ddb3fcee4afc3ab4e07d7d17f83 (diff)
2003-04-05 Havoc Pennington <hp@pobox.com>
* bus/bus.c (setup_server): fix this so dbus-daemon-1 doesn't crash on startup. Need to get "try starting the daemon" in the test suite I guess. ;-) * dbus/dbus-server.h, dbus/dbus-server.c: remove the stuff that tracked the number of open connections; it's better done in application-specific code as you want it to span all servers etc.
Diffstat (limited to 'dbus/dbus-server.h')
-rw-r--r--dbus/dbus-server.h5
1 files changed, 0 insertions, 5 deletions
diff --git a/dbus/dbus-server.h b/dbus/dbus-server.h
index 152c7f97..7c10f5c2 100644
--- a/dbus/dbus-server.h
+++ b/dbus/dbus-server.h
@@ -65,11 +65,6 @@ dbus_bool_t dbus_server_set_timeout_functions (DBusServer *
dbus_bool_t dbus_server_handle_watch (DBusServer *server,
DBusWatch *watch,
unsigned int condition);
-void dbus_server_set_max_connections (DBusServer *server,
- int max_connections);
-int dbus_server_get_max_connections (DBusServer *server);
-int dbus_server_get_n_connections (DBusServer *server);
-
dbus_bool_t dbus_server_set_auth_mechanisms (DBusServer *server,
const char **mechanisms);