summaryrefslogtreecommitdiff
path: root/src/til_setup.h
diff options
context:
space:
mode:
Diffstat (limited to 'src/til_setup.h')
-rw-r--r--src/til_setup.h3
1 files changed, 3 insertions, 0 deletions
diff --git a/src/til_setup.h b/src/til_setup.h
index 2d0facb..06ed4ea 100644
--- a/src/til_setup.h
+++ b/src/til_setup.h
@@ -1,11 +1,14 @@
#ifndef _TIL_SETUP_H
#define _TIL_SETUP_H
+#include <stdint.h>
+
typedef struct til_settings_t til_settings_t;
typedef struct til_setup_t til_setup_t;
struct til_setup_t {
const char *path;
+ uint32_t path_hash;
unsigned refcount;
void (*free)(til_setup_t *setup);
};
© All Rights Reserved