packages feed

hs-bibutils-4.16: bibutils/title.h

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

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

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

#endif