aboutsummaryrefslogtreecommitdiff
path: root/multimedia/libdvdcss/files/patch-src:dvdcss:dvdcss.h
blob: bbc6042741870a5c14bd14a26663359ec3c8265c (plain) (blame)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
--- src/dvdcss/dvdcss.h.orig	Tue Apr 16 16:04:36 2002
+++ src/dvdcss/dvdcss.h	Tue Apr 16 16:05:06 2002
@@ -22,6 +22,9 @@
  * Foundation, Inc., 59 Temple Place - Suite 330, Boston, MA  02111, USA.
  *****************************************************************************/
 
+#ifndef	__DVDCSS_H__
+#define	__DVDCSS_H__
+
 /*****************************************************************************
  * The libdvdcss structure
  *****************************************************************************/
@@ -62,3 +65,4 @@
                                     int i_flags );
 extern char *        dvdcss_error ( dvdcss_handle );
 
+#endif	/* __DVDCSS_H__ */