Mercurial > emacs
changeset 43816:a00859016219
Extern declare syms_of_xsmfns ().
author | Jan Djärv <jan.h.d@swipnet.se> |
---|---|
date | Sun, 10 Mar 2002 16:17:38 +0000 |
parents | 1a121be11dab |
children | 59782f44bcb6 |
files | src/lisp.h |
diffstat | 1 files changed, 3 insertions(+), 0 deletions(-) [+] |
line wrap: on
line diff
--- a/src/lisp.h Sun Mar 10 16:17:07 2002 +0000 +++ b/src/lisp.h Sun Mar 10 16:17:38 2002 +0000 @@ -3071,6 +3071,9 @@ EXFUN (Fx_file_dialog, 4); #endif /* HAVE_X_WINDOWS */ +/* Defined in xsmfns.c */ +extern void syms_of_xsmfns P_ ((void)); + /* Defined in xselect.c */ extern void syms_of_xselect P_ ((void));