source:
branches/port5/NALIGNER/ali.hxx
Last change on this file was 4912, checked in by westram, 18 years ago | |
---|---|
|
|
File size: 255 bytes |
Line | |
---|---|
1 | #include "ali_preali.hxx" |
2 | #include "ali_arbdb_client.hxx" |
3 | #include "ali_pt_client.hxx" |
4 | |
5 | |
6 | struct ali_global_struct { |
7 | char *server_name; |
8 | ALI_ARBDB arbdb; |
9 | ALI_PT pt; |
10 | }; |
11 | |
12 | extern struct ali_global_struct aligs; |
13 | |
14 | void message(char *errortext); |
Note: See TracBrowser
for help on using the repository browser.