source: tags/initial/NALIGNER/ali.hxx

Last change on this file was 2, checked in by oldcode, 24 years ago

Initial revision

  • Property svn:eol-style set to native
  • Property svn:keywords set to Author Date Id Revision
File size: 248 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.