X-Git-Url: https://code.citadel.org/?a=blobdiff_plain;f=citadel%2Finclude%2Fctdl_module.h;fp=citadel%2Finclude%2Fctdl_module.h;h=c08333e4b874c1761360de005217a6689fd75443;hb=5f2b9b3de88c662fa886ee3fc96a68fd5e52545f;hp=dc78de3adc9a5cfa60d3aa57fe852081af98cb05;hpb=c10e7d69147159c0f46b6406f25d3fea0732cac6;p=citadel.git diff --git a/citadel/include/ctdl_module.h b/citadel/include/ctdl_module.h index dc78de3ad..c08333e4b 100644 --- a/citadel/include/ctdl_module.h +++ b/citadel/include/ctdl_module.h @@ -430,7 +430,7 @@ long CtdlLocateMessageByEuid(char *euid, struct ctdlroom *qrbuf); /* - * This is from modules/openid/serv_openid_rp.c in order to turn it into a generic external authentication driver + * Expose API calls from modules/openid/serv_openid_rp.c in order to turn it into a generic external authentication driver */ int attach_extauth(struct ctdluser *who, StrBuf *claimed_id);