diff dvdnav.h @ 4:99bed5d6db2f src

Added reset patch from Kees Cook <kees@outflux.net>
author richwareham
date Tue, 02 Apr 2002 18:22:27 +0000
parents 3ddf0eaece51
children c1b55dc1bfed
line wrap: on
line diff
--- a/dvdnav.h	Mon Apr 01 18:56:28 2002 +0000
+++ b/dvdnav.h	Tue Apr 02 18:22:27 2002 +0000
@@ -69,6 +69,14 @@
 dvdnav_status_t dvdnav_close(dvdnav_t *self);
 
 /**
+ * Resets the VM and buffers in a previously opened dvdnav
+ *
+ * Arguments:
+ *   self     -- dvdnav_t to reset.
+ */
+dvdnav_status_t dvdnav_reset(dvdnav_t *self);
+
+/**
  * Fills a pointer wiht a value pointing to a string describing
  * the path associated with an open dvdnav_t. It assigns it NULL
  * on error.