]> git.notmuchmail.org Git - notmuch/blobdiff - util/hex-escape.h
emacs: Add new option notmuch-search-hide-excluded
[notmuch] / util / hex-escape.h
index 50d946eda4463b4bbf539625ed9336697ee41312..83a4c6f146fe15387b0ef8c151ae6e5b4dcbc766 100644 (file)
@@ -5,7 +5,7 @@
 extern "C" {
 #endif
 
-typedef enum hex_status {
+typedef enum {
     HEX_SUCCESS = 0,
     HEX_SYNTAX_ERROR,
     HEX_OUT_OF_MEMORY
@@ -29,11 +29,11 @@ typedef enum hex_status {
 
 hex_status_t
 hex_encode (void *talloc_ctx, const char *in, char **out,
-            size_t *out_size);
+           size_t *out_size);
 
 hex_status_t
 hex_decode (void *talloc_ctx, const char *in, char **out,
-            size_t *out_size);
+           size_t *out_size);
 
 /*
  * Non-allocating hex decode to decode 's' in-place. The length of the