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

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

typedef enum hex_status {
    HEX_SUCCESS = 0,
    HEX_SYNTAX_ERROR,
    HEX_OUT_OF_MEMORY
} hex_status_t;

hex_status_t
hex_encode (void *talloc_ctx, const unsigned char *in, char **out,
	    size_t *out_size);

hex_status_t
hex_decode (void *talloc_ctx, const char *in, unsigned char **out,
	    size_t *out_size);
#endif

debug log:

solving e04aff5 ...
found e04aff5 in https://yhetil.org/notmuch/1323893641-4677-2-git-send-email-david@tethera.net/
found 98ecbe0 in https://yhetil.org/notmuch/1323808075-7417-2-git-send-email-david@tethera.net/

applying [1/2] https://yhetil.org/notmuch/1323808075-7417-2-git-send-email-david@tethera.net/
diff --git a/util/hex-escape.h b/util/hex-escape.h
new file mode 100644
index 0000000..98ecbe0


applying [2/2] https://yhetil.org/notmuch/1323893641-4677-2-git-send-email-david@tethera.net/
diff --git a/util/hex-escape.h b/util/hex-escape.h
index 98ecbe0..e04aff5 100644

Checking patch util/hex-escape.h...
Applied patch util/hex-escape.h cleanly.
Checking patch util/hex-escape.h...
Applied patch util/hex-escape.h cleanly.

index at:
100644 e04aff5c603d8fe89d908e402fed14fdbe37ee92	util/hex-escape.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).