summaryrefslogtreecommitdiffstats
path: root/bus/bus.h
diff options
context:
space:
mode:
authorHavoc Pennington <hp@redhat.com>2003-05-04 08:54:24 +0000
committerHavoc Pennington <hp@redhat.com>2003-05-04 08:54:24 +0000
commitdf01c98cc7e83f3336e501fcf2eeee52c95464fb (patch)
treee92ccc82056908b25eb9cab6e9ad763b8febd9dc /bus/bus.h
parentc0158234d046381a6bc8c004c82577576977d0d7 (diff)
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.h2
1 files changed, 2 insertions, 0 deletions
diff --git a/bus/bus.h b/bus/bus.h
index 747e009f..8f32d7a9 100644
--- a/bus/bus.h
+++ b/bus/bus.h
@@ -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);