summaryrefslogtreecommitdiffstats
path: root/utils/nfsdcld/sqlite.h
diff options
context:
space:
mode:
authorJeff Layton <jlayton@redhat.com>2012-04-26 11:46:14 -0400
committerSteve Dickson <steved@redhat.com>2012-04-26 13:25:04 -0400
commit53f6dbee36fb72acb9a88413fc35c4e71200d3b8 (patch)
tree8b81ef4dc4c6068e7163221abbccbb54c6d39d50 /utils/nfsdcld/sqlite.h
parent3e859abefffafd8718b5f1f76da7b129fc18e281 (diff)
downloadnfs-utils-53f6dbee36fb72acb9a88413fc35c4e71200d3b8.tar.gz
nfs-utils-53f6dbee36fb72acb9a88413fc35c4e71200d3b8.tar.xz
nfs-utils-53f6dbee36fb72acb9a88413fc35c4e71200d3b8.zip
nfsdcld: add remove functionality
Allow the kernel to ask for removal of a client record. Signed-off-by: Jeff Layton <jlayton@redhat.com> Signed-off-by: Steve Dickson <steved@redhat.com>
Diffstat (limited to 'utils/nfsdcld/sqlite.h')
-rw-r--r--utils/nfsdcld/sqlite.h1
1 files changed, 1 insertions, 0 deletions
diff --git a/utils/nfsdcld/sqlite.h b/utils/nfsdcld/sqlite.h
index ba4c213..425f5ba 100644
--- a/utils/nfsdcld/sqlite.h
+++ b/utils/nfsdcld/sqlite.h
@@ -22,5 +22,6 @@
int sqlite_maindb_init(char *topdir);
int sqlite_insert_client(const unsigned char *clname, const size_t namelen);
+int sqlite_remove_client(const unsigned char *clname, const size_t namelen);
#endif /* _SQLITE_H */