diff options
author | Glenn Morris <rgm@gnu.org> | 2018-02-26 17:00:41 -0500 |
---|---|---|
committer | Glenn Morris <rgm@gnu.org> | 2018-02-26 17:00:41 -0500 |
commit | f1b2c2311768f6e5d8ad8e55c1daac37546c2f91 (patch) | |
tree | 5c4e52688602fe7b1918bd6b2fdf77e4b323bf0f /lisp/net/zeroconf.el | |
parent | 12a18d01b90839556fb37815874d043aedd24c9f (diff) | |
download | emacs-f1b2c2311768f6e5d8ad8e55c1daac37546c2f91.tar.gz emacs-f1b2c2311768f6e5d8ad8e55c1daac37546c2f91.tar.bz2 emacs-f1b2c2311768f6e5d8ad8e55c1daac37546c2f91.zip |
* lisp/net/zeroconf.el (dbus-debug): Declare for builds without dbus.
Diffstat (limited to 'lisp/net/zeroconf.el')
-rw-r--r-- | lisp/net/zeroconf.el | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/lisp/net/zeroconf.el b/lisp/net/zeroconf.el index 351fc9fc305..0a3f2777b9a 100644 --- a/lisp/net/zeroconf.el +++ b/lisp/net/zeroconf.el @@ -382,6 +382,8 @@ TYPE. The resulting list has the format ;; `zeroconf-services-hash'. (gethash (concat name "/" type) zeroconf-services-hash nil)) +(defvar dbus-debug) + (defun zeroconf-resolve-service (service) "Return all service attributes SERVICE as list. NAME must be a string. The service must be of service type |