packages feed

hs-bibutils-4.14: bibutils/marc.h

/*
 * marc.h
 *
 * Copyright (c) Chris Putnam 2008-2012
 *
 * Program and source code released under the GPL
 *
 */
#ifndef MARC_H
#define MARC_H

extern int marc_findgenre( char *query );
extern int marc_findresource( char *query );

#endif