s4-auth: remove some dead prototypes
[sfrench/samba-autobuild/.git] / source4 / auth / pyauth.h
index 60fd2e5d140cb52eeb103d3eeecdc2641af48a6d..c01144d87c84d2cea9ae4a88b192f7f71ef1798d 100644 (file)
@@ -23,7 +23,7 @@
 #include <pytalloc.h>
 #include "auth/session.h"
 
-#define PyAuthSession_AsSession(obj) py_talloc_get_type(obj, struct auth_session_info)
+#define PyAuthSession_AsSession(obj) pytalloc_get_type(obj, struct auth_session_info)
 struct auth_session_info *PyObject_AsSession(PyObject *obj);
 
 #endif /* _PYAUTH_H */