]> git.lyx.org Git - lyx.git/blobdiff - src/lyxlookup.h
fix starting up which binary is really a symlink; make sure insetinclude file browser...
[lyx.git] / src / lyxlookup.h
index 16205309c74f35698339b32d097fbb7b0a43dfd1..145b5a3c1e10b84f35499ee2919b49c57950cc5e 100644 (file)
@@ -4,7 +4,7 @@
 *           LyX, The Document Processor
 *       
 *           Copyright 1995 Matthias Ettrich 
-*           Copyright 1995-2000 The LyX Team.
+*           Copyright 1995-2001 The LyX Team.
 *
 * ====================================================== */
 
    functions. This should probably be moved into LyXView (to have
    different input methods for different frames, but for now we can
    keep it as it is. */
+#ifndef LYXLOOKUP_H
+#define LYXLOOKUP_H
 
 #include <X11/Xlib.h>
 
 /// Initialize the compose key handling
-extern void InitLyXLookup(Display *, Window ) ;
+extern void InitLyXLookup(Display *, Window);
 
 /// Read a keysym and/or a string (like XLookupString)
 extern int LyXLookupString(XEvent * event,    
@@ -25,3 +27,5 @@ extern int LyXLookupString(XEvent * event,
 
 /// Call this when you destroy your window
 extern void CloseLyXLookup();
+
+#endif