File:  [Public] / rpm2html / rdf.h
Revision 1.7: download - view: text, annotated - select for diffs
Tue Jul 28 05:58:10 1998 UTC (25 years, 10 months ago) by veillard
Branches: MAIN
CVS tags: RPM_1_0, RPM2HTML_1_5, RPM2HTML_1_4_FINAL, RPM2HTML_1_4, HEAD
Added saving of distributions RDF metatdata to the resources,
Upgraded the RDf code, Daniel

/*
 * rdf.h : interfaces for the RDF encoding/decoding of RPM informations.
 *
 * See Copyright for the status of this software.
 *
 * $Id: rdf.h,v 1.7 1998/07/28 05:58:10 veillard Exp $
 */

#ifndef __INCLUDE_RDF_H__
#define __INCLUDE_RDF_H__

extern rpmDataPtr rpmOpenRdfFile(char *file);
extern rpmDataPtr rpmOpenRdf(char *nameRpm, rpmDirPtr dir, rpmSubdirPtr tree);
extern void dumpRpmRdf(rpmDataPtr rpm, rpmSubdirPtr tree);
extern void dumpAllResRdf(void);
extern void dumpResRdf(rpmRessPtr res);
extern void dumpAproposRdf(void);
extern void dumpDistListRdf(void);

#endif /* __INCLUDE_RDF_H__ */

Webmaster