File: endout.h

package info (click to toggle)
bibutils 4.8-1
  • links: PTS, VCS
  • area: main
  • in suites: squeeze
  • size: 3,512 kB
  • ctags: 1,340
  • sloc: ansic: 72,394; csh: 216; makefile: 117
file content (17 lines) | stat: -rw-r--r-- 295 bytes parent folder | download
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
/*
 * endout.h
 *
 * Copyright (c) Chris Putnam 2005-2009
 *
 */
#ifndef ENDOUT_H
#define ENDOUT_H

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

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

#endif