summaryrefslogtreecommitdiffstats
path: root/cache.h
diff options
context:
space:
mode:
Diffstat (limited to 'cache.h')
-rw-r--r--cache.h7
1 files changed, 5 insertions, 2 deletions
diff --git a/cache.h b/cache.h
index 89f44a43..548fa8c8 100644
--- a/cache.h
+++ b/cache.h
@@ -1,4 +1,7 @@
-void add_to_cache(systemtap_session& s);
-bool get_from_cache(systemtap_session& s);
+void add_script_to_cache(systemtap_session& s);
+bool get_script_from_cache(systemtap_session& s);
+
+void add_stapconf_to_cache(systemtap_session& s);
+bool get_stapconf_from_cache(systemtap_session& s);
/* vim: set sw=2 ts=8 cino=>4,n-2,{2,^-2,t0,(0,u0,w1,M1 : */