diff options
author | Havoc Pennington <hp@redhat.com> | 2003-05-04 08:54:24 +0000 |
---|---|---|
committer | Havoc Pennington <hp@redhat.com> | 2003-05-04 08:54:24 +0000 |
commit | df01c98cc7e83f3336e501fcf2eeee52c95464fb (patch) | |
tree | e92ccc82056908b25eb9cab6e9ad763b8febd9dc /bus/bus.h | |
parent | c0158234d046381a6bc8c004c82577576977d0d7 (diff) | |
download | dbus-df01c98cc7e83f3336e501fcf2eeee52c95464fb.tar.gz |
2003-05-04 Havoc Pennington <hp@pobox.com>
* tools/dbus-launch.c: implement
* bus/main.c (main), bus/bus.c (bus_context_new):
implement --print-pid and --fork
Diffstat (limited to 'bus/bus.h')
-rw-r--r-- | bus/bus.h | 2 |
1 files changed, 2 insertions, 0 deletions
@@ -57,7 +57,9 @@ typedef struct } BusLimits; BusContext* bus_context_new (const DBusString *config_file, + dbus_bool_t force_fork, int print_addr_fd, + int print_pid_fd, DBusError *error); void bus_context_shutdown (BusContext *context); void bus_context_ref (BusContext *context); |