diff options
Diffstat (limited to 'debian/mp4v2/mp4v2-2.0.0~dfsg0/libplatform/sys/error.h')
-rw-r--r-- | debian/mp4v2/mp4v2-2.0.0~dfsg0/libplatform/sys/error.h | 16 |
1 files changed, 0 insertions, 16 deletions
diff --git a/debian/mp4v2/mp4v2-2.0.0~dfsg0/libplatform/sys/error.h b/debian/mp4v2/mp4v2-2.0.0~dfsg0/libplatform/sys/error.h deleted file mode 100644 index 87764585..00000000 --- a/debian/mp4v2/mp4v2-2.0.0~dfsg0/libplatform/sys/error.h +++ /dev/null @@ -1,16 +0,0 @@ -#ifndef MP4V2_PLATFORM_SYS_ERROR_H -#define MP4V2_PLATFORM_SYS_ERROR_H - -namespace mp4v2 { namespace platform { namespace sys { - -/////////////////////////////////////////////////////////////////////////////// - -MP4V2_EXPORT int getLastError ( ); -MP4V2_EXPORT const char* getLastErrorStr ( ); -MP4V2_EXPORT const char* getErrorStr ( int ); - -/////////////////////////////////////////////////////////////////////////////// - -}}} // namespace mp4v2::platform::sys - -#endif // MP4V2_PLATFORM_SYS_ERROR_H |