# HG changeset patch # User Jan Dj¸«£rv # Date 1015777058 0 # Node ID a00859016219a8af7d062866b8773b48b91ec043 # Parent 1a121be11dab6d1589ee52a851895ab011597f69 Extern declare syms_of_xsmfns (). diff -r 1a121be11dab -r a00859016219 src/lisp.h --- 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));