aboutsummaryrefslogtreecommitdiff
path: root/src/lib/third_party/include/libcache.h
diff options
context:
space:
mode:
Diffstat (limited to 'src/lib/third_party/include/libcache.h')
-rw-r--r--src/lib/third_party/include/libcache.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/lib/third_party/include/libcache.h b/src/lib/third_party/include/libcache.h
index 1f240854f..da3e9411f 100644
--- a/src/lib/third_party/include/libcache.h
+++ b/src/lib/third_party/include/libcache.h
@@ -25,7 +25,7 @@ typedef enum cache_result {
} cache_result;
-typedef struct cache_t *cache_t;
+typedef struct cache *cache_t;
/**