Changeset 740 for vendor/current/source4/auth/pyauth.h
- Timestamp:
- Nov 14, 2012, 12:59:34 PM (13 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
vendor/current/source4/auth/pyauth.h
r414 r740 21 21 #define _PYAUTH_H_ 22 22 23 #include "pytalloc.h"23 #include <pytalloc.h> 24 24 #include "auth/session.h" 25 25 26 PyAPI_DATA(PyTypeObject) PyAuthSession;27 26 #define PyAuthSession_AsSession(obj) py_talloc_get_type(obj, struct auth_session_info) 28 27 #define PyAuthSession_Check(obj) PyObject_TypeCheck(obj, &PyAuthSession)
Note:
See TracChangeset
for help on using the changeset viewer.