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/auth/pyauth.h

    r414 r740  
    2121#define _PYAUTH_H_
    2222
    23 #include "pytalloc.h"
     23#include <pytalloc.h>
    2424#include "auth/session.h"
    2525
    26 PyAPI_DATA(PyTypeObject) PyAuthSession;
    2726#define PyAuthSession_AsSession(obj) py_talloc_get_type(obj, struct auth_session_info)
    2827#define PyAuthSession_Check(obj) PyObject_TypeCheck(obj, &PyAuthSession)
Note: See TracChangeset for help on using the changeset viewer.