Replace bcopy, bzero, bcmp by memcpy, memmove, memset, memcmp
[bpt/emacs.git] / lwlib / lwlib.h
index 8622e0b..1ee0752 100644 (file)
@@ -189,8 +189,6 @@ void lw_set_main_areas (Widget parent,
 int lw_separator_p (char *label, enum menu_separator *type,
                     int motif_p);
 
-void lwlib_bcopy (char*, char*, int);
-
 #endif /* LWLIB_H */
 
 /* arch-tag: 44d818d5-7eb2-4d87-acd7-b992bb0d5d20