diff options
author | cardigliano <cardigliano@ntop.org> | 2017-06-01 18:13:31 +0200 |
---|---|---|
committer | cardigliano <cardigliano@ntop.org> | 2017-06-01 18:13:31 +0200 |
commit | 22b7b407c32dfa7fedb017b64d4a8e2905a483b4 (patch) | |
tree | e1aeff9af2c70a9bc49d3e4566ffcff59df0e1e6 /src/lib/third_party/include | |
parent | 284bb21d610d4a2c877cd0258076300cbc4fa3aa (diff) |
compilation fix
Diffstat (limited to 'src/lib/third_party/include')
-rw-r--r-- | src/lib/third_party/include/libcache.h | 2 |
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; /** |