X-Git-Url: https://gapil.gnulinux.it/gitweb/?p=gapil.git;a=blobdiff_plain;f=sources%2FGapil.h;h=dc421f44e1c91f2333305d7712c4fc8e004dcff9;hp=b83fefd5a0a89c101ac906e20e5e1c6081743375;hb=04c68576a3be5ccfda8faf2030d4cbc2997c29fa;hpb=20d2dafe03f5ab376e6f5a5e8168d7016ccb55aa diff --git a/sources/Gapil.h b/sources/Gapil.h index b83fefd..dc421f4 100644 --- a/sources/Gapil.h +++ b/sources/Gapil.h @@ -110,8 +110,8 @@ size_t full_fwrite(FILE *file, void *buf, size_t count); /* * File miscellaneous */ -/* Function DirScan: simple scan for a directory. See DirScan.c */ -int DirScan(char * dirname, int(*compute)(struct dirent *)); +/* Function dir_scan: simple scan for a directory. See dir_scan.c */ +int dir_scan(char * dirname, int(*compute)(struct dirent *)); /* * Shared memory handling functions. See SharedMem.c */