summaryrefslogtreecommitdiff
path: root/src/etag.h
diff options
context:
space:
mode:
Diffstat (limited to 'src/etag.h')
-rw-r--r--src/etag.h4
1 files changed, 2 insertions, 2 deletions
diff --git a/src/etag.h b/src/etag.h
index 5fefe0f..97cb063 100644
--- a/src/etag.h
+++ b/src/etag.h
@@ -1,12 +1,12 @@
#ifndef ETAG_H
#define ETAG_H
+#include "buffer.h"
+
#include <sys/types.h>
#include <sys/stat.h>
#include <unistd.h>
-#include "buffer.h"
-
typedef enum { ETAG_USE_INODE = 1, ETAG_USE_MTIME = 2, ETAG_USE_SIZE = 4 } etag_flags_t;
int etag_is_equal(buffer *etag, const char *matches);