Changeset 988 for vendor/current/source4/auth/pyauth.h
- Timestamp:
- Nov 24, 2016, 1:14:11 PM (9 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
vendor/current/source4/auth/pyauth.h
r740 r988 24 24 #include "auth/session.h" 25 25 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) 28 27 struct auth_session_info *PyObject_AsSession(PyObject *obj); 29 PyObject *PyAuthSession_FromSession(struct auth_session_info *session);30 28 31 29 #endif /* _PYAUTH_H */
Note:
See TracChangeset
for help on using the changeset viewer.