summaryrefslogtreecommitdiffstats
path: root/server/nss/nsssrv.h
diff options
context:
space:
mode:
authorSimo Sorce <idra@samba.org>2009-01-06 18:30:04 -0500
committerSimo Sorce <idra@samba.org>2009-01-06 18:30:04 -0500
commit054321c995958ecc7f8e5a92f8d35c6a6bd6e809 (patch)
treeb02fec790d5f2af9b68a4a0cf72278f59b37b719 /server/nss/nsssrv.h
parent2ef9239a6a33890b4ea077ceee8d3e8d8a18cc3c (diff)
downloadsssd-054321c995958ecc7f8e5a92f8d35c6a6bd6e809.tar.gz
sssd-054321c995958ecc7f8e5a92f8d35c6a6bd6e809.tar.xz
sssd-054321c995958ecc7f8e5a92f8d35c6a6bd6e809.zip
Add initial support to connect nss to the data provider as a frontend
Diffstat (limited to 'server/nss/nsssrv.h')
-rw-r--r--server/nss/nsssrv.h1
1 files changed, 1 insertions, 0 deletions
diff --git a/server/nss/nsssrv.h b/server/nss/nsssrv.h
index e032ae85c..223066f3d 100644
--- a/server/nss/nsssrv.h
+++ b/server/nss/nsssrv.h
@@ -80,6 +80,7 @@ void nss_packet_get_body(struct nss_packet *packet, uint8_t **body, size_t *blen
void nss_packet_set_error(struct nss_packet *packet, int error);
/* from nsssrv_cmd.c */
+int nss_cmd_init(struct nss_ctx *nctx);
int nss_cmd_execute(struct cli_ctx *cctx);
#endif /* __NSSSRV_H__ */