~ubuntu-branches/ubuntu/trusty/dvd95/trusty

« back to all changes in this revision

Viewing changes to src/dvdinfo.h

  • Committer: Bazaar Package Importer
  • Author(s): Nathan Handler, Nathan Handler, Alessio Treglia
  • Date: 2008-11-10 20:29:55 UTC
  • mfrom: (1.1.3 upstream)
  • Revision ID: james.westby@ubuntu.com-20081110202955-3vaiqq44qk605wzj
Tags: 1.4p0-0ubuntu1
[Nathan Handler]
* New upstream release (LP: #296581)

[Alessio Treglia]
* Suggests on k3b, brasero, gnomebaker (LP: #289563)

Show diffs side-by-side

added added

removed removed

Lines of Context:
34
34
extern int NrTitles;
35
35
#endif
36
36
 
37
 
/*@$#[dvdinfo.c] global proto. AutoProtoSigV1.1. date: 106/01/19 19:48:37 */
 
37
/*@$#[dvdinfo.c] global proto. AutoProtoSigV1.1. date: 108/07/16 22:34:28 */
38
38
#include "proto.h"
39
39
#ifdef __cplusplus
40
40
extern "C" {
41
41
#endif
 
42
int GetDVDTitleUsingLibDVD PROTO((char *title));
42
43
int GetDVDTitle PROTO((char *device, char *title));
43
44
int DvdOpen PROTO((char *device));
44
45
void DvdClose PROTO((void));