server: remove duplicate snum_is_shared_printer()
[obnox/samba/samba-obnox.git] / source3 / smbd / proto.h
index 22cd921694b01b5a800ed88a4015acdac03faf3e..3905a742a91a6de56f9e794d0d99a0fbf6359809 100644 (file)
@@ -955,6 +955,7 @@ const struct security_token *sec_ctx_active_token(void);
 /* The following definitions come from smbd/server.c  */
 
 struct memcache *smbd_memcache(void);
+bool snum_is_shared_printer(int snum);
 void delete_and_reload_printers(struct tevent_context *ev,
                                struct messaging_context *msg_ctx);
 bool reload_services(struct smbd_server_connection *sconn,