Go to the documentation of this file.00001
00002
00003
00004
00005
00006
00007
00008
00009
00010
00011
00012
00013
00014 #ifndef F_HIS_HIST
00015 #define F_HIS_HIST
00016
00017 #include "typedefs.h"
00018 #include "s_his_comm.h"
00019 #include "s_his_head.h"
00020
00021
00022 INTS4 f_his_getbas(CHARS *, INTS4, CHARS *, CHARS *, INTS4 **);
00023 INTS4 f_his_getdir(CHARS *, INTS4, CHARS *, CHARS *, CHARS *, INTS4 **, INTS4 *);
00024 INTS4 f_his_gethis(CHARS *, INTS4, CHARS *, CHARS *, CHARS *, s_his_head **, INTS4 **, INTS4*);
00025 INTS4 f_his_server(CHARS *, CHARS *, INTS4 *);
00026 INTS4 f_his_wait(INTS4 *, CHARS *);
00027 INTS4 f_his_senddir(s_his_head *, INTS4);
00028 INTS4 f_his_sendhis(s_his_head *, INTS4, CHARS *, INTS4*);
00029 INTS4 f_his_close();
00030
00031 #endif