/*
 * make_readme.h - Accessible functions for the the README module
 */

#define NO_README     -1
#define NO_TMP_README -2

/* constructs formatted citation list in make_readme.c */
void make_formatted_citation_list(char *, char *);   
void make_single_citation ( char *, char * );

int  update_readme();

