src/import.h
author J. Ali Harlow <ali@juiblex.co.uk>
Thu Jul 14 11:43:16 2016 +0100 (2016-07-14)
changeset 492 644b648173b0
permissions -rw-r--r--
Release 0.6.3.106
     1 #ifndef _RAZOR_IMPORT_H_
     2 #define _RAZOR_IMPORT_H_
     3 
     4 #include "razor.h"
     5 
     6 struct razor_set *razor_set_create_from_yum(const char *yum_uri);
     7 struct razor_set *razor_set_create_from_rpmdb(void);
     8 
     9 #endif /* _RAZOR_IMPORT_H_ */