mirror of
https://github.com/open-simh/simh.git
synced 2026-01-16 08:25:44 +00:00
SCP: Remove redundant DIR_ENTRY_CALLBACK declaration
This commit is contained in:
parent
b781834f31
commit
818032fd24
6
scp.c
6
scp.c
@ -5778,12 +5778,6 @@ t_stat pwd_cmd (int32 flg, CONST char *cptr)
|
||||
return show_cmd (0, "DEFAULT");
|
||||
}
|
||||
|
||||
typedef void (*DIR_ENTRY_CALLBACK)(const char *directory,
|
||||
const char *filename,
|
||||
t_offset FileSize,
|
||||
const struct stat *filestat,
|
||||
void *context);
|
||||
|
||||
#if defined (_WIN32)
|
||||
|
||||
t_stat sim_dir_scan (const char *cptr, DIR_ENTRY_CALLBACK entry, void *context)
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user