summaryrefslogtreecommitdiffstats
path: root/util.h
diff options
context:
space:
mode:
authorDave Brolley <brolley@redhat.com>2010-02-15 13:59:24 -0500
committerDave Brolley <brolley@redhat.com>2010-02-15 13:59:24 -0500
commited8abf2763d68a4404477e6b09fee0fe4d591970 (patch)
treea62ef645c92a11d334115eb9bb72e0271fc75bc5 /util.h
parent27dc09b13650456b7b3efd45c07690083e526b6d (diff)
parentc8408b459b88a5aa5f4325e690aef95b5da7c2eb (diff)
downloadsystemtap-steved-ed8abf2763d68a4404477e6b09fee0fe4d591970.tar.gz
systemtap-steved-ed8abf2763d68a4404477e6b09fee0fe4d591970.tar.xz
systemtap-steved-ed8abf2763d68a4404477e6b09fee0fe4d591970.zip
Merge branch 'master' of ssh://sources.redhat.com/git/systemtap
Diffstat (limited to 'util.h')
-rw-r--r--util.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/util.h b/util.h
index 8fc64cbd..75e198ca 100644
--- a/util.h
+++ b/util.h
@@ -21,7 +21,7 @@ const std::string cmdstr_quoted(const std::string& cmd);
std::string git_revision(const std::string& path);
int stap_system(int verbose, const std::string& command);
int kill_stap_spawn(int sig);
-
+void assert_regexp_match (const std::string& name, const std::string& value, const std::string& re);
// stringification generics