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

 1
 2
 3
 4
 5
 6
 7
 8
 9
10
11
12
13
14
15
16
17
18
19
20
 
#ifndef _FILE_UTIL_H
#define _FILE_UTIL_H

#ifndef FALSE 
#define FALSE 0
#endif
#ifndef TRUE
#define TRUE 1
#endif

int
has_double_dot_component (const char *path);

int
mkdir_recursive (const void *ctx, const char *path, int mode);

int
sync_dir (const char *path);

#endif

debug log:

solving 4f96957 ...
found 4f96957 in https://yhetil.org/notmuch/1411928899-29625-3-git-send-email-david@tethera.net/

applying [1/1] https://yhetil.org/notmuch/1411928899-29625-3-git-send-email-david@tethera.net/
diff --git a/util/file-util.h b/util/file-util.h
new file mode 100644
index 0000000..4f96957

1:10: trailing whitespace.
#ifndef FALSE 
Checking patch util/file-util.h...
Applied patch util/file-util.h cleanly.
warning: 1 line adds whitespace errors.

index at:
100644 4f96957b1afc0cd6bd02a4fd41910aa9f0105c6f	util/file-util.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).