hs-bibutils-0.2: bibutils/modsin.h
/*
* modsin.h
*
* Copyright (c) Chris Putnam 2004-2009
*
* Program and source code released under the GPL
*
*/
#ifndef MODSIN_H
#define MODSIN_H
#include "newstr.h"
#include "fields.h"
#include "reftypes.h"
extern int modsin_readf( FILE *fp, char *buf, int bufsize, int *bufpos, newstr *line, newstr *reference, int *fcharset );
extern int modsin_processf( fields *medin, char *data, char *filename, long nref );
extern void modsin_convertf( fields *medin, fields *info, int reftype, int verbose, variants *all, int nall );
#endif