File: bibprog.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 (16 lines) | stat: -rw-r--r-- 229 bytes parent folder | download | duplicates (2)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
/*
 * bibprogs.h
 *
 * Copyright (c) 2008
 *
 * Program and source code released under the GPL
 *
 */
#ifndef BIBPROGS_H
#define BIBPROGS_H

#include "bibutils.h"

extern void bibprog( int argc, char *argv[], param *p );

#endif