packages feed

hs-bibutils-0.2: bibutils/xml_encoding.h

/*
 * xml_getencoding.h
 *
 * Copyright (c) Chris Putnam 2007-2009
 *
 * Source code released under the GPL
 *
 */
#ifndef XML_GETENCODING_H
#define XML_GETENCODING_H

extern int xml_getencoding( newstr *s );

#endif