]> sourceware.org Git - systemtap.git/blob - rpm_finder.h
Add multiarch testing to testsuite/systemtap.base/callee.exp.
[systemtap.git] / rpm_finder.h
1 // systemtap debuginfo rpm finder
2 // Copyright (C) 2009 Red Hat Inc.
3 //
4 // This file is part of systemtap, and is free software. You can
5 // redistribute it and/or modify it under the terms of the GNU General
6 // Public License (GPL); either version 2, or (at your option) any
7 // later version.
8
9 extern void missing_rpm_list_print (systemtap_session &, const char *);
10 extern int find_debug_rpms (systemtap_session &, const char *);
11 extern int find_devel_rpms (systemtap_session &, const char *);
This page took 0.031465 seconds and 5 git commands to generate.