head 1.5; access; symbols; locks alexis:1.5; strict; comment @ * @; 1.5 date 99.04.26.16.15.55; author alexis; state Exp; branches; next 1.4; 1.4 date 99.01.07.13.25.31; author alexis; state Exp; branches; next 1.3; 1.3 date 98.10.07.16.29.31; author alexis; state Exp; branches; next 1.2; 1.2 date 98.08.31.12.42.45; author alexis; state Exp; branches; next 1.1; 1.1 date 98.08.28.13.12.38; author alexis; state Exp; branches; next ; desc @FORWARD DECLARATIONS FOR EXTERNAL MODULES USING MHF'S. @ 1.5 log @added definition for string buffer sizes @ text @#ifndef PPPLD_MHF_H #define PPPLD_MHF_H #ifdef MAIN /*@@unused@@*/ static char *ppplcd_mhf_h_rcs_id = "$Header: /diskb/home/alexis/dev/supported/ppplc/bin/RCS/ppplcd_mhf.h,v 1.4 1999/01/07 13:25:31 alexis Exp alexis $"; #endif #include "ppplcd_ipc.h" /* for mhflkuprec */ extern struct mhflkuprec svrmhf_data[]; extern int mhf_load_config(int *); extern int mhf_gen_config(int *); extern int mhf_set_autoreconnect(int *); extern int mhf_unset_autoreconnect(int *); extern int mhf_sub_msgid(int *); extern int mhf_del_msgid(int *); extern int mhf_info_request(int *); extern int mhf_exec_pppd(int *); extern int mhf_ok_pppd(int *); extern int mhf_nok_pppd(int *); extern int mhf_exec_ipup(int *); extern int mhf_exec_named(int *); extern int mhf_ok_named(int *); extern int mhf_nok_named(int *); extern int mhf_exec_announce(int *); extern int mhf_exec_qtest(int *); extern int mhf_ok_qtest(int *); extern int mhf_nok_qtest(int *); extern int mhf_qtest_response(int *); extern int mhf_exec_mail(int *); extern int mhf_exec_misc(int *); extern int mhf_nok_mail(int *); extern int mhf_ok_mail(int *); extern int mhf_exec_news(int *); extern int mhf_nok_news(int *); extern int mhf_ok_news(int *); extern int mhf_exec_usecnt(int *); extern int mhf_ok_usecnt(int *); extern int mhf_nok_usecnt(int *); extern int mhf_usecnt_response(int *); extern int mhf_set_debug(int *); extern int mhf_set_quality(int *); extern int mhf_set_idlepars(int *); extern int mhf_set_quit(int *); extern int mhf_set_donews(int *); extern int mhf_unset_donews(int *); extern int mhf_hangup(int *); extern int mhf_exec_ipdown(int *); extern int mhf_noaction(int *); extern int mhf_sub_msgids(int *); #define PPPLCD_MHF_MAXSTRLEN 256 #endif @ 1.4 log @RCS Id is now Header @ text @d5 1 a5 1 static char *ppplcd_mhf_h_rcs_id = "$Header: ppplcd_mhf.h,v 1.3 1998/10/07 16:29:31 alexis Exp alexis $"; d53 1 @ 1.3 log @delinted added nsswitcher functions @ text @d5 1 a5 1 static char *ppplcd_mhf_h_rcs_id = "$Id: ppplcd_mhf.h,v 1.2 1998/08/31 12:42:45 alexis Exp alexis $"; @ 1.2 log @added forward ref for message deletion request handling function @ text @d4 2 a5 1 static char *ppplcd_mhf_h_rcs_id = "$Id: ppplcd_mhf.h,v 1.1 1998/08/28 13:12:38 alexis Exp alexis $"; d23 3 @ 1.1 log @Initial revision @ text @d4 1 a4 1 static char *ppplcd_mhf_h_rcs_id = "$Id$"; d16 1 @