razor.h
changeset 70 e94d16f789e5
parent 66 bb4ca4a47f66
child 74 f23a93d41f32
     1.1 --- a/razor.h	Wed Oct 31 22:41:27 2007 -0400
     1.2 +++ b/razor.h	Sun Nov 04 01:11:53 2007 -0400
     1.3 @@ -58,7 +58,7 @@
     1.4  struct razor_set *razor_importer_finish(struct razor_importer *importer);
     1.5  
     1.6  struct razor_set *razor_import_rzr_files(int count, const char **files);
     1.7 -struct razor_set *razor_set_create_from_yum_filelist(int fd);
     1.8 +struct razor_set *razor_set_create_from_yum(void);
     1.9  struct razor_set *razor_set_create_from_rpmdb(void);
    1.10  
    1.11  #endif /* _RAZOR_H_ */