blob d79e51d7ffb38e201ab8dbd11f022f48ceeb3155 288 bytes (raw)
name: compat/have_uriparser.c # note: path name is non-authoritative(*)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
| | #include <uriparser/Uri.h>
int
main (int argc, char *argv[])
{
UriParserStateA state;
UriUriA uri;
char *uriS = NULL;
state.uri = &uri;
if (uriParseUriA (&state, uriS) != URI_SUCCESS) {
/* Failure */
uriFreeUriMembersA (&uri);
}
return 0;
}
|
debug log:
solving d79e51d ...
found d79e51d in https://yhetil.org/notmuch/1340656899-5644-3-git-send-email-ethan@betacantrips.com/ ||
https://yhetil.org/notmuch/1341160790-14525-3-git-send-email-ethan@betacantrips.com/
applying [1/1] https://yhetil.org/notmuch/1340656899-5644-3-git-send-email-ethan@betacantrips.com/
diff --git a/compat/have_uriparser.c b/compat/have_uriparser.c
new file mode 100644
index 0000000..d79e51d
Checking patch compat/have_uriparser.c...
Applied patch compat/have_uriparser.c cleanly.
skipping https://yhetil.org/notmuch/1341160790-14525-3-git-send-email-ethan@betacantrips.com/ for d79e51d
index at:
100644 d79e51d7ffb38e201ab8dbd11f022f48ceeb3155 compat/have_uriparser.c
(*) 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).