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

« back to all changes in this revision

Viewing changes to libimplantisomd5.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 __LIBIMPLANTISOMD5_H__
 
2
#define __LIBIMPLANTISOMD5_H__
 
3
int implantISOFile(char *iso, int supported, int forceit, int quiet, char **errstr);
 
4
#endif
 
5