Data Fields | |
const char * | glob |
GNUNET_FileNameCallback | cb |
void * | cls |
int | nres |
Number of files that actually matched the glob pattern. More... | |
const char* GlobClosure::glob |
Definition at line 955 of file disk.c.
Referenced by GNUNET_DISK_directory_remove().
GNUNET_FileNameCallback GlobClosure::cb |
int GlobClosure::nres |
Number of files that actually matched the glob pattern.
Definition at line 962 of file disk.c.
Referenced by GNUNET_DISK_directory_remove().