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/source4/param/pyparam.h

    r414 r740  
    2121#define _PYPARAM_H_
    2222
    23 _PUBLIC_ struct loadparm_context *lp_from_py_object(PyObject *py_obj);
     23#include "param/param.h"
     24
     25_PUBLIC_ struct loadparm_context *lpcfg_from_py_object(TALLOC_CTX *mem_ctx, PyObject *py_obj);
    2426_PUBLIC_ struct loadparm_context *py_default_loadparm_context(TALLOC_CTX *mem_ctx);
    2527
Note: See TracChangeset for help on using the changeset viewer.