Ignore:
Timestamp:
Nov 14, 2012, 12:59:34 PM (13 years ago)
Author:
Silvan Scherrer
Message:

Samba Server: update vendor to 3.6.0

File:
1 edited

Legend:

Unmodified
Added
Removed
  • vendor/current/source3/printing/load.c

    r597 r740  
    1919
    2020#include "includes.h"
    21 
     21#include "printing/pcap.h"
     22#include "printing/load.h"
    2223
    2324/***************************************************************************
     
    5657load automatic printer services from pre-populated pcap cache
    5758***************************************************************************/
    58 void load_printers(void)
     59void load_printers(struct tevent_context *ev,
     60                   struct messaging_context *msg_ctx)
    5961{
     62        SMB_ASSERT(pcap_cache_loaded());
     63
    6064        add_auto_printers();
    6165
Note: See TracChangeset for help on using the changeset viewer.