Changeset 745 for trunk/server/source4/auth/pyauth.h
- Timestamp:
- Nov 27, 2012, 4:43:17 PM (13 years ago)
- Location:
- trunk/server
- Files:
-
- 2 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/server
- Property svn:mergeinfo changed
/vendor/current merged: 581,587,591,594,597,600,615,618,740
- Property svn:mergeinfo changed
-
trunk/server/source4/auth/pyauth.h
r414 r745 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.