revert between 56095 -> 55830 in arch
[AROS.git] / tools / cxref / query / query.h
blob5104a74e1c5cd2b5c3d77524110902c9bd0c281a
1 /***************************************
2 $Header$
4 C Cross Referencing & Documentation tool. Version 1.0
5 ******************/ /******************
6 Written by Andrew M. Bishop
8 This file Copyright 1995,96 Andrew M. Bishop
9 It may be distributed under the GNU Public License, version 2, or
10 any higher version. See section COPYING of the GNU Public license
11 for conditions under which this file may be redistributed.
12 ***************************************/
15 #ifndef QUERY_H
16 #define QUERY_H /*+ To stop multiple inclusions. +*/
18 /* In input.c */
20 void LoadInCrossRefs(void);
22 /* In output.c */
24 void OutputCrossRef(char* name);
26 #endif /* QUERY_H */