summaryrefslogtreecommitdiffstats
path: root/util.h
diff options
context:
space:
mode:
authorDave Brolley <brolley@redhat.com>2009-11-20 17:10:06 -0500
committerDave Brolley <brolley@redhat.com>2009-11-20 17:10:06 -0500
commitbaba4e15bf291b698986f703c9ec89742012922c (patch)
treea778df0c15576e30e468d0c28a497e2037fca7c3 /util.h
parente16e0c563bf44a234396dbcfd2d0b6cfaac91078 (diff)
downloadsystemtap-steved-baba4e15bf291b698986f703c9ec89742012922c.tar.gz
systemtap-steved-baba4e15bf291b698986f703c9ec89742012922c.tar.xz
systemtap-steved-baba4e15bf291b698986f703c9ec89742012922c.zip
Allow members of the group stap-server to build the uprobes module.
Diffstat (limited to 'util.h')
-rw-r--r--util.h1
1 files changed, 1 insertions, 0 deletions
diff --git a/util.h b/util.h
index 1252d559..f498e1d6 100644
--- a/util.h
+++ b/util.h
@@ -12,6 +12,7 @@ bool copy_file(const std::string& src, const std::string& dest,
bool verbose=false);
int create_dir(const char *dir);
int remove_file_or_dir(const char *dir);
+bool egid_in (const char *gname);
void tokenize(const std::string& str, std::vector<std::string>& tokens,
const std::string& delimiters);
std::string find_executable(const std::string& name);