comparison libdvdcss/dvdcss/dvdcss.h @ 24535:b015cbd37591

Leading underscores in identifiers are reserved in C.
author diego
date Mon, 17 Sep 2007 13:08:51 +0000
parents e68f255d7d64
children 9fa3af97c963
comparison
equal deleted inserted replaced
24534:2273bfbb8e40 24535:b015cbd37591
25 * You should have received a copy of the GNU General Public License 25 * You should have received a copy of the GNU General Public License
26 * along with this program; if not, write to the Free Software 26 * along with this program; if not, write to the Free Software
27 * Foundation, Inc., 59 Temple Place - Suite 330, Boston, MA 02111, USA. 27 * Foundation, Inc., 59 Temple Place - Suite 330, Boston, MA 02111, USA.
28 */ 28 */
29 29
30 #ifndef _DVDCSS_DVDCSS_H 30 #ifndef DVDCSS_DVDCSS_H
31 #ifndef _DOXYGEN_SKIP_ME 31 #ifndef _DOXYGEN_SKIP_ME
32 #define _DVDCSS_DVDCSS_H 1 32 #define DVDCSS_DVDCSS_H 1
33 #endif 33 #endif
34 34
35 #ifdef __cplusplus 35 #ifdef __cplusplus
36 extern "C" { 36 extern "C" {
37 #endif 37 #endif