summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--source3/python/py_lsa_proto.h4
1 files changed, 2 insertions, 2 deletions
diff --git a/source3/python/py_lsa_proto.h b/source3/python/py_lsa_proto.h
index 066a0aad53..1c6f6ab1d1 100644
--- a/source3/python/py_lsa_proto.h
+++ b/source3/python/py_lsa_proto.h
@@ -6,8 +6,8 @@
/* The following definitions come from python/py_lsa.c */
-PyObject *new_policy_hnd_object(struct cli_state *cli, TALLOC_CTX *mem_ctx,
- POLICY_HND *pol);
+PyObject *new_lsa_policy_hnd_object(struct cli_state *cli, TALLOC_CTX *mem_ctx,
+ POLICY_HND *pol);
void initlsa(void);
#endif /* _PY_LSA_PROTO_H */