]> code.delx.au - gnu-emacs/blobdiff - lwlib/lwlib.h
Use xfree, not free, to avoid crash with --enable-checking=xmallocoverrun.
[gnu-emacs] / lwlib / lwlib.h
index 36f880d6d13459ea2face1d326c7536e871b2bfd..cdd1e790efe1c59d82cce943de142dd4383561da 100644 (file)
@@ -1,7 +1,6 @@
 /*
 Copyright (C) 1992, 1993 Lucid, Inc.
-Copyright (C) 1994, 1999, 2000, 2001, 2002, 2003, 2004, 2005, 2006,
-  2007, 2008, 2009, 2010  Free Software Foundation, Inc.
+Copyright (C) 1994, 1999-2011  Free Software Foundation, Inc.
 
 This file is part of the Lucid Widget Library.
 
@@ -186,10 +185,8 @@ void lw_set_main_areas (Widget parent,
    MOTIF_P non-zero means map separator types not supported by Motif
    to similar ones that are supported.  */
 
-int lw_separator_p (char *label, enum menu_separator *type,
+int lw_separator_p (const char *label, enum menu_separator *type,
                     int motif_p);
 
 #endif /* LWLIB_H */
 
-/* arch-tag: 44d818d5-7eb2-4d87-acd7-b992bb0d5d20
-   (do not change this comment) */