hs-bibutils-4.16: bibutils/wordout.h
/*
* wordout.h
*
* Copyright (c) Chris Putnam 2008-2013
*
* Source code released under the GPL version 2
*
*/
#ifndef WORDOUT_H
#define WORDOUT_H
/* format-specific options */
#define WORDOUT_DROPKEY (2)
#include <stdio.h>
#include "bibl.h"
#include "bibutils.h"
extern void wordout_writeheader( FILE *outptr, param *p );
extern void wordout_writefooter( FILE *outptr );
extern void wordout_write( fields *info, FILE *outptr, param *p,
unsigned long numrefs );
extern void wordout_initparams( param *p, const char *progname );
#endif