aboutsummaryrefslogtreecommitdiffstats
path: root/src/include
diff options
context:
space:
mode:
authorLibravatar netblue30 <netblue30@yahoo.com>2018-10-20 07:50:03 -0400
committerLibravatar netblue30 <netblue30@yahoo.com>2018-10-20 07:50:03 -0400
commit1631170f028d83ff5d3313572c8ebeb920e66cf6 (patch)
tree2d0267e0b4893088803896e1759827ca4922b056 /src/include
parentremoving ldd_utils.o (diff)
downloadfirejail-1631170f028d83ff5d3313572c8ebeb920e66cf6.tar.gz
firejail-1631170f028d83ff5d3313572c8ebeb920e66cf6.tar.zst
firejail-1631170f028d83ff5d3313572c8ebeb920e66cf6.zip
cleanup
Diffstat (limited to 'src/include')
-rw-r--r--src/include/common.h2
1 files changed, 0 insertions, 2 deletions
diff --git a/src/include/common.h b/src/include/common.h
index a80ad4688..7a2b87eda 100644
--- a/src/include/common.h
+++ b/src/include/common.h
@@ -124,8 +124,6 @@ static inline unsigned long long getticks(void) {
124#endif 124#endif
125} 125}
126 126
127void timetrace_start(void);
128float timetrace_end(void);
129int join_namespace(pid_t pid, char *type); 127int join_namespace(pid_t pid, char *type);
130int name2pid(const char *name, pid_t *pid); 128int name2pid(const char *name, pid_t *pid);
131char *pid_proc_comm(const pid_t pid); 129char *pid_proc_comm(const pid_t pid);