Make ds.h public. It should have been that way since it *is* public.

Eventually though we'll redo things using glib and then ds.h will get
removed.
This commit is contained in:
rocky
2004-10-09 03:20:28 +00:00
parent 6d187c9f54
commit 0dd6c21281
11 changed files with 58 additions and 54 deletions

View File

@@ -1,5 +1,5 @@
/*
$Id: cd-info.c,v 1.89 2004/09/02 01:33:57 rocky Exp $
$Id: cd-info.c,v 1.90 2004/10/09 03:20:28 rocky Exp $
Copyright (C) 2003, 2004 Rocky Bernstein <rocky@panix.com>
Copyright (C) 1996, 1997, 1998 Gerd Knorr <kraxel@bytesex.org>
@@ -37,6 +37,7 @@
#include <libvcd/info.h>
#endif
#include <cdio/ds.h>
#include <cdio/util.h>
#include <cdio/cd_types.h>
#include <cdio/cdtext.h>
@@ -45,7 +46,6 @@
#include "cdio_assert.h"
#include "bytesex.h"
#include "ds.h"
#include "iso9660_private.h"
#include <fcntl.h>