src/import.h
author J. Ali Harlow <ali@juiblex.co.uk>
Fri Jun 08 18:02:33 2018 +0100 (2018-06-08)
changeset 500 f98d77376544
permissions -rw-r--r--
Release 0.7
     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_ */