@@ -1,6 +1,7 @@
[userv-utils] / ipif / mech-null.c
CommitLineData
1fb3cba0 1/*
2 */
3
4#include "mech.h"
5
6static void mes_null(struct mechdata **md_r, int *maxprefix_io, int *maxsuffix_io) { }
7static void mds_null(struct mechdata **md_r) { }
8static void menc_null(struct mechdata *md, struct buffer *buf) { }
9static const char *mdec_null(struct mechdata *md, struct buffer *buf) { return 0; }
10
11STANDARD_MECHANISMLIST("null",null)