From 0d3e798b73b1f58a3cf463af4680a5fcee9c4531 Mon Sep 17 00:00:00 2001 From: Massimiliano Pinto Date: Mon, 15 Jul 2013 13:42:12 +0200 Subject: [PATCH] Added descrtiption for auth and generic func pointers --- include/dcb.h | 2 ++ 1 file changed, 2 insertions(+) diff --git a/include/dcb.h b/include/dcb.h index cff6bf500..80da3fed9 100644 --- a/include/dcb.h +++ b/include/dcb.h @@ -64,6 +64,8 @@ struct dcb; * for the session pased in * close Gateway close entry point for the socket * listen Create a listener for the protocol + * auth Authentication entry point for backend server + * generic Geeneric purpose entry point * @endverbatim * * This forms the "module object" for protocol modules within the gateway.