|
|
DataMuseum.dkPresents historical artifacts from the history of: DKUUG/EUUG Conference tapes |
This is an automatic "excavation" of a thematic subset of
See our Wiki for more about DKUUG/EUUG Conference tapes Excavated with: AutoArchaeologist - Free & Open Source Software. |
top - metrics - downloadIndex: T t
Length: 827 (0x33b)
Types: TextFile
Names: »tb_p3prm.c«
└─⟦2d1937cfd⟧ Bits:30007241 EUUGD22: P.P 5.0
└─⟦dc59850a2⟧ »EurOpenD22/pp5.0/pp-5.tar.Z«
└─⟦e5a54fb17⟧
└─⟦this⟧ »pp-5.0/Lib/pp/tb_p3prm.c«
/* tb_p3prm.c: P3 paramter keywords */
# ifndef lint
static char Rcsid[] = "@(#)$Header: /cs/research/pp/hubris/pp-beta/Lib/pp/RCS/tb_p3prm.c,v 5.0 90/09/20 16:11:55 pp Exp Locker: pp $";
# endif
/*
* $Header: /cs/research/pp/hubris/pp-beta/Lib/pp/RCS/tb_p3prm.c,v 5.0 90/09/20 16:11:55 pp Exp Locker: pp $
*
* $Log: tb_p3prm.c,v $
* Revision 5.0 90/09/20 16:11:55 pp
* rcsforce : 5.0 public release
*
*/
#include "util.h"
#include "tb_p3prm.h"
#include <isode/cmd_srch.h>
/* ------------------------------------------------------------------------ */
CMD_TABLE p3prm_tbl[] = { /* message-management-parameters */
"P3mpduid", P3PRM_MPDUID,
"P3subtime", P3PRM_STIME,
"P3content", P3PRM_CONTENT,
"P3origcert", P3PRM_ORIG_MTA_CERT,
"P3proofofsub", P3PRM_PROOF_OF_SUB,
"P3end", P3PRM_END,
0, -1
};