packages feed

hs-bibutils-4.14: bibutils/title.h

/*
 * title.h
 *
 * process titles into title/subtitle pairs for MODS
 *
 * Copyright (c) Chris Putnam 2004-2012
 *
 * Source code released under the GPL
 *
 */
#ifndef TITLE_H
#define TITLE_H

#include "newstr.h"
#include "fields.h"

extern void title_process( fields *info, char *tag, char *data, int level,
		unsigned char nosplittitle );

#endif