diff options
Diffstat (limited to 'cache.h')
-rw-r--r-- | cache.h | 2 |
1 files changed, 2 insertions, 0 deletions
@@ -18,3 +18,5 @@ void clean_cache(systemtap_session& s); long get_cache_file_size(const std::string &cache_ent_path); long get_cache_file_weight(const std::string &cache_ent_path); void unlink_cache_entry(const std::string &cache_ent_path); + +/* vim: set sw=2 ts=8 cino=>4,n-2,{2,^-2,t0,(0,u0,w1,M1 : */ |