head 1.3; access; symbols; locks alexis:1.3; strict; comment @ * @; 1.3 date 97.01.31.14.43.34; author alexis; state Exp; branches; next 1.2; 1.2 date 97.01.31.10.22.48; author alexis; state Exp; branches; next 1.1; 1.1 date 97.01.22.10.34.44; author alexis; state Exp; branches; next ; desc @@ 1.3 log @MILEPOST - MAY NOT WORK @ text @#ifndef PPPLD_MSGIDS_H #define PPPLD_MSGIDS_H #ifdef MAIN static char *pppld_msgids_h_rcs_id = "$Id$"; #endif #define MAX_MSG_SIZ 128 #define MSGID_LAST_MARKER -1 #define MSGID_EXEC_PPPD 0 #define MSGID_OK_PPPD 1 #define MSGID_NOK_PPPD 2 #define MSGID_SET_QUIT 3 #define MSGID_EXEC_IPUP 4 #define MSGID_HANGUP 5 #define MSGID_OK_QTEST 6 #define MSGID_NOK_QTEST 7 #define MSGID_EXEC_SNDMAIL 8 #define MSGID_OK_SNDMAIL 9 #define MSGID_NOK_SNDMAIL 10 #define MSGID_EXEC_SNDNEWS 11 #define MSGID_OK_SNDNEWS 12 #define MSGID_NOK_SNDNEWS 13 #define MSGID_EXEC_GETMAIL 14 #define MSGID_OK_GETMAIL 15 #define MSGID_NOK_GETMAIL 16 #define MSGID_EXEC_GETNEWS 17 #define MSGID_OK_GETNEWS 18 #define MSGID_NOK_GETNEWS 19 #define MSGID_EXEC_IDLECHECK 20 #define MSGID_OK_IDLECHECK 21 #define MSGID_NOK_IDLECHECK 22 #define MSGID_EXEC_IPDOWN 23 #define MSGID_NOACTION 24 #define MSGID_SET_IDLECHECK 25 #define MSGID_REDIAL 26 #define MSGID_SET_QUALITYCHECK 27 #define MSGID_EXEC_QTEST 28 #define MSGID_INFO 29 #define MSGID_SET_DONEWS 30 #define MSGID_UNSET_IDLECHECK 31 #define MSGID_UNSET_QUALITYCHECK 32 #define MSGID_UNSET_DONEWS 33 #define MSGID_LOAD_CONFIG 34 #define MSGID_SET_DEBUG 35 /* * Structure and type definitions */ struct msginfrec { int id; int argc; char *cmt; }; extern struct msginfrec svrmsginfdat[]; #endif @ 1.2 log @WORKING MILESTONE @ text @d1 5 a5 1 #define MAX_MSG_SIZ 128 d7 39 a45 36 #define MSGID_LAST_MARKER -1 #define MSGID_EXEC_PPPD 0 #define MSGID_OK_PPPD 1 #define MSGID_NOK_PPPD 2 #define MSGID_SET_QUIT 3 #define MSGID_EXEC_IPUP 4 #define MSGID_HANGUP 5 #define MSGID_EXEC_QTEST 28 #define MSGID_OK_QTEST 6 #define MSGID_NOK_QTEST 7 #define MSGID_EXEC_SNDMAIL 8 #define MSGID_OK_SNDMAIL 9 #define MSGID_NOK_SNDMAIL 10 #define MSGID_EXEC_SNDNEWS 11 #define MSGID_OK_SNDNEWS 12 #define MSGID_NOK_SNDNEWS 13 #define MSGID_EXEC_GETMAIL 14 #define MSGID_OK_GETMAIL 15 #define MSGID_NOK_GETMAIL 16 #define MSGID_EXEC_GETNEWS 17 #define MSGID_OK_GETNEWS 18 #define MSGID_NOK_GETNEWS 19 #define MSGID_EXEC_IDLECHECK 20 #define MSGID_OK_IDLECHECK 21 #define MSGID_NOK_IDLECHECK 22 #define MSGID_EXEC_IPDOWN 23 #define MSGID_NOACTION 24 #define MSGID_REDIAL 26 #define MSGID_INFO 29 #define MSGID_SET_IDLECHECK 25 #define MSGID_SET_QUALITYCHECK 27 #define MSGID_SET_DONEWS 30 #define MSGID_UNSET_IDLECHECK 31 #define MSGID_UNSET_QUALITYCHECK 32 #define MSGID_UNSET_DONEWS 33 #define MSGID_LOAD_CONFIG 34 d56 4 @ 1.1 log @Initial revision @ text @d7 1 a7 1 #define MSGID_TOGGLE_QUIT 3 a29 1 #define MSGID_TOGGLE_IDLECHECK 25 a30 1 #define MSGID_TOGGLE_QCHECK 27 d32 7 d44 1 a44 1 struct msgid2txtrec { d46 2 a47 1 char *txt; a48 2 extern struct msgid2txtrec msgid2txtdat[]; @