Clean-up: modernize pretty_xml.cpp
[lttng-tools.git] / src / common / runas.h
diff --git a/src/common/runas.h b/src/common/runas.h
deleted file mode 100644 (file)
index 098d5c3..0000000
+++ /dev/null
@@ -1,44 +0,0 @@
-#ifndef _RUNAS_H
-#define _RUNAS_H
-
-/*
- * Copyright (C) 2011 - David Goulet <david.goulet@polymtl.ca>
- *                      Mathieu Desnoyers <mathieu.desnoyers@efficios.com>
- *
- * This program is free software; you can redistribute it and/or modify
- * it under the terms of the GNU General Public License, version 2 only,
- * as published by the Free Software Foundation.
- *
- * This program is distributed in the hope that it will be useful, but WITHOUT
- * ANY WARRANTY; without even the implied warranty of MERCHANTABILITY or
- * FITNESS FOR A PARTICULAR PURPOSE. See the GNU General Public License for
- * more details.
- *
- * You should have received a copy of the GNU General Public License along
- * with this program; if not, write to the Free Software Foundation, Inc.,
- * 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301 USA.
- */
-
-#include <sys/types.h>
-#include <unistd.h>
-#include <pthread.h>
-
-LTTNG_HIDDEN
-int run_as_mkdir_recursive(const char *path, mode_t mode, uid_t uid, gid_t gid);
-LTTNG_HIDDEN
-int run_as_mkdir(const char *path, mode_t mode, uid_t uid, gid_t gid);
-LTTNG_HIDDEN
-int run_as_open(const char *path, int flags, mode_t mode, uid_t uid, gid_t gid);
-LTTNG_HIDDEN
-int run_as_unlink(const char *path, uid_t uid, gid_t gid);
-LTTNG_HIDDEN
-int run_as_rmdir_recursive(const char *path, uid_t uid, gid_t gid);
-LTTNG_HIDDEN
-int run_as_extract_elf_symbol_offset(int fd, const char* function,
-               uid_t uid, gid_t gid, uint64_t *offset);
-LTTNG_HIDDEN
-int run_as_create_worker(char *procname);
-LTTNG_HIDDEN
-void run_as_destroy_worker(void);
-
-#endif /* _RUNAS_H */
This page took 0.026865 seconds and 4 git commands to generate.