diff options
Diffstat (limited to 'test')
| -rw-r--r-- | test/lisp/net/dbus-tests.el | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/test/lisp/net/dbus-tests.el b/test/lisp/net/dbus-tests.el index f4dd9e3796b..18e6b09a8de 100644 --- a/test/lisp/net/dbus-tests.el +++ b/test/lisp/net/dbus-tests.el | |||
| @@ -32,6 +32,9 @@ | |||
| 32 | (declare-function dbus-registered-inhibitor-locks "dbusbind.c" ()) | 32 | (declare-function dbus-registered-inhibitor-locks "dbusbind.c" ()) |
| 33 | (declare-function dbus-make-inhibitor-lock "dbusbind.c" | 33 | (declare-function dbus-make-inhibitor-lock "dbusbind.c" |
| 34 | (what why &optional block)) | 34 | (what why &optional block)) |
| 35 | (declare-function dbus--fd-open "dbusbind.c" (filename)) | ||
| 36 | (declare-function dbus--fd-close "dbusbind.c" (fd)) | ||
| 37 | (declare-function dbus--registered-fds "dbusbind.c" ()) | ||
| 35 | 38 | ||
| 36 | (defconst dbus--test-enabled-session-bus | 39 | (defconst dbus--test-enabled-session-bus |
| 37 | (and (featurep 'dbusbind) | 40 | (and (featurep 'dbusbind) |