X-Git-Url: https://git.saurik.com/apple/xnu.git/blobdiff_plain/d7e50217d7adf6e52786a38bcaa4cd698cb9a79e..ff6e181ae92fc6f1e89841290f461d1f2f9badd9:/bsd/netat/rtmp.h diff --git a/bsd/netat/rtmp.h b/bsd/netat/rtmp.h index a878976ef..f925d2535 100644 --- a/bsd/netat/rtmp.h +++ b/bsd/netat/rtmp.h @@ -3,8 +3,6 @@ * * @APPLE_LICENSE_HEADER_START@ * - * Copyright (c) 1999-2003 Apple Computer, Inc. All Rights Reserved. - * * This file contains Original Code and/or Modifications of Original Code * as defined in and that are subject to the Apple Public Source License * Version 2.0 (the 'License'). You may not use this file except in @@ -31,6 +29,8 @@ #define _NETAT_RTMP_H_ #include +#ifdef __APPLE_API_OBSOLETE + /* Changed 03-22-94 for router support LD */ /* RTMP function codes */ @@ -65,4 +65,5 @@ typedef struct { unsigned char at_rtmp_data; } at_rtmp_tuple; +#endif /* __APPLE_API_OBSOLETE */ #endif /* _NETAT_RTMP_H_ */