s3-printing: Add method to skip refresh if just happned.
[ira/wip.git] / source3 / printing / printer_list.h
index 5772fbaaa33dac08ccf0c74be705293350881ffa..a5e7993ed09a2dae3aa438b5672f73bc3b55ad1d 100644 (file)
@@ -39,4 +39,6 @@ NTSTATUS printer_list_clean_old(void);
 NTSTATUS printer_list_run_fn(void (*fn)(const char *, const char *, void *),
                             void *private_data);
 
+bool printer_list_need_refresh(void);
+
 #endif /* _PRINTER_LIST_H_ */