packages feed

hs-bibutils-4.16: bibutils/isiout.h

/*
 * isiout.h
 *
 * Copyright (c) Chris Putnam 2007-2013
 *
 * Source code released under the GPL version 2
 *
 */
#ifndef ISIOUT_H
#define ISIOUT_H

#include <stdio.h>
#include "bibutils.h"

extern void isiout_write( fields *info, FILE *fp, param *p,
		unsigned long refnum );
extern void isiout_writeheader( FILE *outptr, param *p );

extern void isiout_initparams( param *p, const char *progname );

#endif