File: query.h

package info (click to toggle)
cxref 1.6c-2
  • links: PTS
  • area: main
  • in suites: squeeze
  • size: 2,608 kB
  • ctags: 2,058
  • sloc: ansic: 18,218; yacc: 2,086; sh: 915; lex: 462; perl: 452; makefile: 418; lisp: 256; cpp: 188; python: 80
file content (26 lines) | stat: -rw-r--r-- 734 bytes parent folder | download | duplicates (8)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
/***************************************
  $Header: /home/amb/cxref/query/RCS/query.h 1.3 1996/02/24 14:53:52 amb Exp $

  C Cross Referencing & Documentation tool. Version 1.0
  ******************/ /******************
  Written by Andrew M. Bishop

  This file Copyright 1995,96 Andrew M. Bishop
  It may be distributed under the GNU Public License, version 2, or
  any higher version.  See section COPYING of the GNU Public license
  for conditions under which this file may be redistributed.
  ***************************************/


#ifndef QUERY_H
#define QUERY_H    /*+ To stop multiple inclusions. +*/

/* In input.c */

void LoadInCrossRefs(void);

/* In output.c */

void OutputCrossRef(char* name);

#endif /* QUERY_H */