summaryrefslogtreecommitdiffstats
path: root/debian/mp4v2/mp4v2-2.0.0~dfsg0/libplatform/process/process.h
diff options
context:
space:
mode:
authorMichele Calgaro <michele.calgaro@yahoo.it>2020-09-11 14:38:47 +0900
committerMichele Calgaro <michele.calgaro@yahoo.it>2020-09-11 14:38:47 +0900
commit884c8093d63402a1ad0b502244b791e3c6782be3 (patch)
treea600d4ab0d431a2bdfe4c15b70df43c14fbd8dd0 /debian/mp4v2/mp4v2-2.0.0~dfsg0/libplatform/process/process.h
parent14e1aa2006796f147f3f4811fb908a6b01e79253 (diff)
downloadextra-dependencies-884c8093d63402a1ad0b502244b791e3c6782be3.tar.gz
extra-dependencies-884c8093d63402a1ad0b502244b791e3c6782be3.zip
Added debian extra dependency packages.
Signed-off-by: Michele Calgaro <michele.calgaro@yahoo.it>
Diffstat (limited to 'debian/mp4v2/mp4v2-2.0.0~dfsg0/libplatform/process/process.h')
-rw-r--r--debian/mp4v2/mp4v2-2.0.0~dfsg0/libplatform/process/process.h16
1 files changed, 16 insertions, 0 deletions
diff --git a/debian/mp4v2/mp4v2-2.0.0~dfsg0/libplatform/process/process.h b/debian/mp4v2/mp4v2-2.0.0~dfsg0/libplatform/process/process.h
new file mode 100644
index 00000000..446b100a
--- /dev/null
+++ b/debian/mp4v2/mp4v2-2.0.0~dfsg0/libplatform/process/process.h
@@ -0,0 +1,16 @@
+#ifndef MP4V2_PLATFORM_PROCESS_PROCESS_H
+#define MP4V2_PLATFORM_PROCESS_PROCESS_H
+
+/// @namespace mp4v2::platform::process (private) Process.
+/// <b>WARNING: THIS IS A PRIVATE NAMESPACE. NOT FOR PUBLIC CONSUMPTION.</b>
+namespace mp4v2 { namespace platform { namespace process {
+
+///////////////////////////////////////////////////////////////////////////////
+
+MP4V2_EXPORT int32_t getpid();
+
+///////////////////////////////////////////////////////////////////////////////
+
+}}} // namespace mp4v2::platform::process
+
+#endif // MP4V2_PLATFORM_PROCESS_PROCESS_H