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

extern int marc_findgenre( char *query );
extern int marc_findresource( char *query );

#endif