Changeset 740 for vendor/current/source3/printing/load.c
- Timestamp:
- Nov 14, 2012, 12:59:34 PM (13 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
vendor/current/source3/printing/load.c
r597 r740 19 19 20 20 #include "includes.h" 21 21 #include "printing/pcap.h" 22 #include "printing/load.h" 22 23 23 24 /*************************************************************************** … … 56 57 load automatic printer services from pre-populated pcap cache 57 58 ***************************************************************************/ 58 void load_printers(void) 59 void load_printers(struct tevent_context *ev, 60 struct messaging_context *msg_ctx) 59 61 { 62 SMB_ASSERT(pcap_cache_loaded()); 63 60 64 add_auto_printers(); 61 65
Note:
See TracChangeset
for help on using the changeset viewer.