1
Fork 0
mirror of git://git.sv.gnu.org/emacs.git synced 2026-01-04 11:00:45 -08:00

(scmp): Remove prototype, since it's now a static

function private to dired.c.
This commit is contained in:
Eli Zaretskii 2001-12-19 16:08:23 +00:00
parent fbe5111509
commit c513fc0381
2 changed files with 5 additions and 1 deletions

View file

@ -2685,7 +2685,6 @@ extern void syms_of_search P_ ((void));
extern Lisp_Object last_minibuf_string;
extern void choose_minibuf_frame P_ ((void));
extern int scmp P_ ((unsigned char *, unsigned char *, int));
EXFUN (Fcompleting_read, 8);
EXFUN (Fread_from_minibuffer, 7);
EXFUN (Fread_variable, 2);