src/import.h
author J. Ali Harlow <ali@juiblex.co.uk>
Thu Jul 07 15:18:02 2016 +0100 (2016-07-07)
changeset 480 18c1225cfa1b
permissions -rw-r--r--
Release 0.6.3.100
     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_ */