File: report.c

package info (click to toggle)
cdparanoia 3.10.2%2Bdebian-13
  • links: PTS, VCS
  • area: main
  • in suites: buster
  • size: 1,928 kB
  • sloc: ansic: 8,026; sh: 2,642; makefile: 11
file content (6 lines) | stat: -rw-r--r-- 129 bytes parent folder | download | duplicates (7)
1
2
3
4
5
6
#include <stdio.h>
#include "interface/cdda_interface.h"

int quiet=0;
int verbose=CDDA_MESSAGE_FORGETIT;
FILE *reportfile=NULL;