~ubuntu-branches/debian/jessie/eso-midas/jessie

« back to all changes in this revision

Viewing changes to incl/aglstat.h

  • Committer: Package Import Robot
  • Author(s): Ole Streicher
  • Date: 2014-04-22 14:44:58 UTC
  • Revision ID: package-import@ubuntu.com-20140422144458-okiwi1assxkkiz39
Tags: upstream-13.09pl1.2+dfsg
ImportĀ upstreamĀ versionĀ 13.09pl1.2+dfsg

Show diffs side-by-side

added added

removed removed

Lines of Context:
 
1
/* @(#)aglstat.h        19.1  (OAA-ASTRONET) 02/25/03 13:49:24   */
 
2
/*
 
3
 * HEADER : aglstat.h      - Vers 3.6.000  - Oct 1991 -  L. Fini, OAA
 
4
 */
 
5
 
 
6
 
 
7
#ifndef AGLSTATH
 
8
#define AGLSTATH
 
9
 
 
10
extern int AGL_wasinit;
 
11
extern struct AGL_STATUS AGL_status;
 
12
extern FILE *AGL_err;
 
13
extern int AGL_DEBUG;
 
14
extern char *AGL_mfhead;
 
15
 
 
16
#endif