Print this page
1575 untangle libmlrpc from SMB server
Reviewed by: Matt Barden <matt.barden@nexenta.com>
Reviewed by: Evan Layton <evan.layton@nexenta.com>
Reviewed by: Toomas Soome <tsoome@me.com>
Approved by: Richard Lowe <richlowe@richlowe.net>
        
*** 32,43 ****
  #include <unistd.h>
  #include <string.h>
  #include <strings.h>
  #include <assert.h>
  
! #include <smbsrv/libsmb.h>
! #include <smbsrv/libmlrpc.h>
  
  
  /*
   * Global list of allocated handles.  Handles are used in various
   * server-side RPC functions: typically, issued when a service is
--- 32,42 ----
  #include <unistd.h>
  #include <string.h>
  #include <strings.h>
  #include <assert.h>
  
! #include <libmlrpc.h>
  
  
  /*
   * Global list of allocated handles.  Handles are used in various
   * server-side RPC functions: typically, issued when a service is