summaryrefslogtreecommitdiffstats
path: root/rpm_finder.h
diff options
context:
space:
mode:
authorDave Brolley <brolley@redhat.com>2009-05-27 11:45:29 -0400
committerDave Brolley <brolley@redhat.com>2009-05-27 11:45:29 -0400
commit99587ed126351da39b002a1363703b2f7749a49c (patch)
tree4a986213076e7f46881c9ea52723d36cce45f398 /rpm_finder.h
parent422be92440f596bea6b933965072916c480ea22b (diff)
parent2ed04863c3426f94932d4a4e4b5d6c7b84e49dfd (diff)
downloadsystemtap-steved-99587ed126351da39b002a1363703b2f7749a49c.tar.gz
systemtap-steved-99587ed126351da39b002a1363703b2f7749a49c.tar.xz
systemtap-steved-99587ed126351da39b002a1363703b2f7749a49c.zip
Merge branch 'master' of git://sources.redhat.com/git/systemtap
Diffstat (limited to 'rpm_finder.h')
-rw-r--r--rpm_finder.h10
1 files changed, 10 insertions, 0 deletions
diff --git a/rpm_finder.h b/rpm_finder.h
new file mode 100644
index 00000000..a4ef5c05
--- /dev/null
+++ b/rpm_finder.h
@@ -0,0 +1,10 @@
+// systemtap debuginfo rpm finder
+// Copyright (C) 2009 Red Hat Inc.
+//
+// This file is part of systemtap, and is free software. You can
+// redistribute it and/or modify it under the terms of the GNU General
+// Public License (GPL); either version 2, or (at your option) any
+// later version.
+
+extern void missing_rpm_list_print (systemtap_session &);
+extern int find_debug_rpms (systemtap_session &, const char *);