~ubuntu-branches/ubuntu/vivid/isomd5sum/vivid

« back to all changes in this revision

Viewing changes to libcheckisomd5.h

  • Committer: Bazaar Package Importer
  • Author(s): Ryan Finnie
  • Date: 2006-10-01 13:31:56 UTC
  • Revision ID: james.westby@ubuntu.com-20061001133156-r2tx2xkds64y9ryx
Tags: upstream-11.1.0.95
ImportĀ upstreamĀ versionĀ 11.1.0.95

Show diffs side-by-side

added added

removed removed

Lines of Context:
 
1
#ifndef __LIBCHECKISOMD5_H__
 
2
#define  __LIBCHECKISOMD5_H__
 
3
 
 
4
int mediaCheckFile(char *iso, int quiet);
 
5
void printMD5SUM(char *file);
 
6
 
 
7
#endif