mirror of the now-defunct rocklinux.org
 
 
 
 
 
 

5 lines
155 B

#ifndef __LIBIMPLANTISOMD5_H__
#define __LIBIMPLANTISOMD5_H__
int implantISOFile(char *iso, int supported, int forceit, int quiet, char **errstr);
#endif