diff options
Diffstat (limited to 'rpm_finder.h')
-rw-r--r-- | rpm_finder.h | 10 |
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 *); |