Changeset 745 for trunk/server/source3/printing/load.c
- Timestamp:
- Nov 27, 2012, 4:43:17 PM (13 years ago)
- Location:
- trunk/server
- Files:
-
- 2 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/server
- Property svn:mergeinfo changed
/vendor/current merged: 581,587,591,594,597,600,615,618,740
- Property svn:mergeinfo changed
-
trunk/server/source3/printing/load.c
r599 r745 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.