Blame libimplantisomd5.h

rpm-build b051e4
#ifndef __LIBIMPLANTISOMD5_H__
rpm-build b051e4
#define __LIBIMPLANTISOMD5_H__
rpm-build b051e4
rpm-build b051e4
#ifdef __cplusplus
rpm-build b051e4
extern "C" {
rpm-build b051e4
#endif
rpm-build b051e4
rpm-build b051e4
int implantISOFile(const char *iso, int supported, int forceit, int quiet, char **errstr);
rpm-build b051e4
int implantISOFD(int isofd, int supported, int forceit, int quiet, char **errstr);
rpm-build b051e4
rpm-build b051e4
#ifdef __cplusplus
rpm-build b051e4
}
rpm-build b051e4
#endif
rpm-build b051e4
rpm-build b051e4
#endif
rpm-build b051e4