/usr/include/cat/TclQueryUtil.h is in skycat 3.1.2+starlink1~b+dfsg-1.
This file is owned by root:root, with mode 0o644.
The actual contents of the file can be viewed below.
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 27 28 | // -*-c++-*-
#ifndef _TclQueryUtil_h_
#define _TclQueryUtil_h_
/*
* E.S.O. - VLT project/ESO Archive
* $Id: TclQueryUtil.h,v 1.1.1.1 2009/03/31 14:11:52 cguirao Exp $
*
* TclQueryUtil.h - utility routines for Tcl catalog commands
*
* who when what
* -------------- -------- ----------------------------------------
* Allan Brighton 14 Jun 96 Created
*/
#include <tcl.h>
#include <cstdio>
class AstroQuery;
class WorldCoords;
int genAstroQuery(Tcl_Interp* interp, int argc, char* argv[],
AstroQuery& q, WorldOrImageCoords& pos1, WorldOrImageCoords& pos2,
char* equinoxStr, FILE* feedback, CatalogInfoEntry* entry);
#endif /* _TclQueryUtil_h_ */
|