source: tags/cvs_2_svn/NALIGNER/ali.hxx

Last change on this file was 4912, checked in by westram, 17 years ago
  • untabified + indented
  • Property svn:eol-style set to native
  • Property svn:keywords set to Author Date Id Revision
File size: 255 bytes
Line 
1#include "ali_preali.hxx"
2#include "ali_arbdb_client.hxx"
3#include "ali_pt_client.hxx"
4
5
6struct ali_global_struct {
7    char *server_name;
8    ALI_ARBDB arbdb;     
9    ALI_PT pt;
10};
11
12extern struct ali_global_struct aligs;
13
14void message(char *errortext);
Note: See TracBrowser for help on using the repository browser.