diff options
| author | Michael Albinus | 2009-08-15 18:25:38 +0000 |
|---|---|---|
| committer | Michael Albinus | 2009-08-15 18:25:38 +0000 |
| commit | 17310faf6be67fd1ed79180d328783555d754f15 (patch) | |
| tree | 91fb37d829955e61c43692f17b2f9412302dea5e /src | |
| parent | f6de8a37189072973e6304e54b51a91ba6dc2641 (diff) | |
| download | emacs-17310faf6be67fd1ed79180d328783555d754f15.tar.gz emacs-17310faf6be67fd1ed79180d328783555d754f15.zip | |
* lisp.h (xd_pending_messages): Declare.
Diffstat (limited to 'src')
| -rw-r--r-- | src/lisp.h | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/src/lisp.h b/src/lisp.h index 2aa76b4112d..b71bf524d1e 100644 --- a/src/lisp.h +++ b/src/lisp.h | |||
| @@ -3364,6 +3364,7 @@ extern int have_menus_p P_ ((void)); | |||
| 3364 | 3364 | ||
| 3365 | #ifdef HAVE_DBUS | 3365 | #ifdef HAVE_DBUS |
| 3366 | /* Defined in dbusbind.c */ | 3366 | /* Defined in dbusbind.c */ |
| 3367 | int xd_pending_messages P_ ((void)); | ||
| 3367 | void xd_read_queued_messages P_ ((void)); | 3368 | void xd_read_queued_messages P_ ((void)); |
| 3368 | void syms_of_dbusbind P_ ((void)); | 3369 | void syms_of_dbusbind P_ ((void)); |
| 3369 | #endif | 3370 | #endif |