diff options
Diffstat (limited to 'source3/printing/printer_list.h')
-rw-r--r-- | source3/printing/printer_list.h | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/source3/printing/printer_list.h b/source3/printing/printer_list.h index 5772fbaaa3..a5e7993ed0 100644 --- a/source3/printing/printer_list.h +++ b/source3/printing/printer_list.h @@ -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_ */ |