X-Git-Url: https://git.sesse.net/?a=blobdiff_plain;f=include%2Fvlc_acl.h;h=bc131a45a824569751748ddf6e4bfba799a43a68;hb=0b87d485d9d37eaa921ea4f53b39f29fce8cd50e;hp=be4d42f9f8ac86d1774ea59ee88d0d2d1bdcb78e;hpb=e6a2e27bbb326744bbcfe0e464c32068dc41cbb4;p=vlc diff --git a/include/vlc_acl.h b/include/vlc_acl.h index be4d42f9f8..bc131a45a8 100644 --- a/include/vlc_acl.h +++ b/include/vlc_acl.h @@ -2,6 +2,7 @@ * vlc_acl.h: interface to the network Access Control List internal API ***************************************************************************** * Copyright (C) 2005 Rémi Denis-Courmont + * Copyright (C) 2005 the VideoLAN team * $Id$ * * Authors: Rémi Denis-Courmont @@ -18,9 +19,13 @@ * * You should have received a copy of the GNU General Public License * along with this program; if not, write to the Free Software - * Foundation, Inc., 59 Temple Place - Suite 330, Boston, MA 02111, USA. + * Foundation, Inc., 51 Franklin Street, Fifth Floor, Boston MA 02110-1301, USA. *****************************************************************************/ +#if !defined( __LIBVLC__ ) + #error You are not libvlc or one of its plugins. You cannot include this file +#endif + #ifndef __VLC_ACL_H # define __VLC_ACL_H