diff -r bb4ca4a47f66 -r e94d16f789e5 razor.h --- a/razor.h Wed Oct 31 22:41:27 2007 -0400 +++ b/razor.h Sun Nov 04 01:11:53 2007 -0400 @@ -58,7 +58,7 @@ struct razor_set *razor_importer_finish(struct razor_importer *importer); struct razor_set *razor_import_rzr_files(int count, const char **files); -struct razor_set *razor_set_create_from_yum_filelist(int fd); +struct razor_set *razor_set_create_from_yum(void); struct razor_set *razor_set_create_from_rpmdb(void); #endif /* _RAZOR_H_ */