diff vm/vm.h @ 397:a70f79850e5f src

implement and export dvdnav_get_serial_string(); patch by Matthew Wire devel - mrwire - co - uk. Fixed by Erik
author nicodvb
date Mon, 02 Feb 2009 22:55:58 +0000
parents 0a5a6f03b029
children 390fbf2a9602
line wrap: on
line diff
--- a/vm/vm.h	Mon Jan 12 12:10:32 2009 +0000
+++ b/vm/vm.h	Mon Feb 02 22:55:58 2009 +0000
@@ -82,6 +82,7 @@
   dvd_state_t   state;
   int32_t       hop_channel;
   char          dvd_name[50];
+  char          dvd_serial[15];
   remap_t      *map;
   int           stopped;
 } vm_t;