Ignore:
Timestamp:
Nov 24, 2016, 1:14:11 PM (9 years ago)
Author:
Silvan Scherrer
Message:

Samba Server: update vendor to version 4.4.3

File:
1 edited

Legend:

Unmodified
Added
Removed
  • vendor/current/source4/auth/pyauth.h

    r740 r988  
    2424#include "auth/session.h"
    2525
    26 #define PyAuthSession_AsSession(obj) py_talloc_get_type(obj, struct auth_session_info)
    27 #define PyAuthSession_Check(obj) PyObject_TypeCheck(obj, &PyAuthSession)
     26#define PyAuthSession_AsSession(obj) pytalloc_get_type(obj, struct auth_session_info)
    2827struct auth_session_info *PyObject_AsSession(PyObject *obj);
    29 PyObject *PyAuthSession_FromSession(struct auth_session_info *session);
    3028
    3129#endif /* _PYAUTH_H */
Note: See TracChangeset for help on using the changeset viewer.