unofficial mirror of notmuch@notmuchmail.org
 help / color / mirror / code / Atom feed
blob cc5ed95a8b1baf88cd21f2c29dadb2a9d1ce7425 276 bytes (raw)
name: util/scandir.h 	 # note: path name is non-authoritative(*)

 1
 2
 3
 4
 5
 6
 7
 8
 9
10
11
 
#ifndef _SCANDIR_H
#define _SCANDIR_H

#include <dirent.h>

int scandirx (const char *path, char ***namelist,
	      int (*filter)(const struct dirent *dirent, void *context),
	      int (*compar)(const void *a, const void *b),
	      void *context);

#endif /* _SCANDIR_H */

debug log:

solving cc5ed95a8b1b ...
found cc5ed95a8b1b in https://yhetil.org/notmuch/8db6698a2e3ed8378b6a8bcc2fb9935ed27d917d.1460748142.git.jani@nikula.org/

applying [1/1] https://yhetil.org/notmuch/8db6698a2e3ed8378b6a8bcc2fb9935ed27d917d.1460748142.git.jani@nikula.org/
diff --git a/util/scandir.h b/util/scandir.h
new file mode 100644
index 000000000000..cc5ed95a8b1b

Checking patch util/scandir.h...
Applied patch util/scandir.h cleanly.

index at:
100644 cc5ed95a8b1baf88cd21f2c29dadb2a9d1ce7425	util/scandir.h

(*) Git path names are given by the tree(s) the blob belongs to.
    Blobs themselves have no identifier aside from the hash of its contents.^

Code repositories for project(s) associated with this public inbox

	https://yhetil.org/notmuch.git/

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for read-only IMAP folder(s) and NNTP newsgroup(s).