summaryrefslogtreecommitdiff
path: root/source3
diff options
context:
space:
mode:
authorTim Potter <tpot@samba.org>2003-11-05 17:21:22 +0000
committerTim Potter <tpot@samba.org>2003-11-05 17:21:22 +0000
commit41847b388f0eff3b6fdd0b304eeec0c31475eb6d (patch)
tree52ae4a4151bcc72cce61dd0d791ecca6ea9eb662 /source3
parent8e7a77157778d187c25a65c76a4382e60758bccb (diff)
downloadsamba-41847b388f0eff3b6fdd0b304eeec0c31475eb6d.tar.gz
samba-41847b388f0eff3b6fdd0b304eeec0c31475eb6d.tar.bz2
samba-41847b388f0eff3b6fdd0b304eeec0c31475eb6d.zip
Merge from 3.0:
Revision 1.16.2.6: Add prototype for smbc_remove_unused_server() to fix compiler warning. Bug #706. (This used to be commit 99f70d86fe17ce39d803fa23a135169e24d8a34e)
Diffstat (limited to 'source3')
-rw-r--r--source3/include/libsmbclient.h11
1 files changed, 11 insertions, 0 deletions
diff --git a/source3/include/libsmbclient.h b/source3/include/libsmbclient.h
index afcafeed81..68c4a053d1 100644
--- a/source3/include/libsmbclient.h
+++ b/source3/include/libsmbclient.h
@@ -1932,5 +1932,16 @@ int smbc_list_print_jobs(const char *purl, smbc_list_print_job_fn fn);
*/
int smbc_unlink_print_job(const char *purl, int id);
+/**@ingroup callback
+ * Remove a server from the cached server list it's unused.
+ *
+ * @param context pointer to smb context
+ *
+ * @param srv pointer to server to remove
+ *
+ * @return On success, 0 is returned. 1 is returned if the server could not
+ * be removed. Also useable outside libsmbclient.
+ */
+int smbc_remove_unused_server(SMBCCTX * context, SMBCSRV * srv);
#endif /* SMBCLIENT_H_INCLUDED */