summaryrefslogtreecommitdiff
path: root/detect/various.h
diff options
context:
space:
mode:
Diffstat (limited to 'detect/various.h')
-rw-r--r--detect/various.h7
1 files changed, 7 insertions, 0 deletions
diff --git a/detect/various.h b/detect/various.h
new file mode 100644
index 0000000..321c9c8
--- /dev/null
+++ b/detect/various.h
@@ -0,0 +1,7 @@
1#ifndef _VARIOUS_
2#define _VARIOUS_
3int various_ldpreload();
4int various_ldpreload_custom_getenv();
5int various_rdtsc();
6#endif
7