summaryrefslogtreecommitdiff
path: root/source3/python/py_lsa_proto.h
diff options
context:
space:
mode:
authorTim Potter <tpot@samba.org>2002-04-18 03:24:02 +0000
committerTim Potter <tpot@samba.org>2002-04-18 03:24:02 +0000
commiteaf7e2b374d6a77e573195da1d7617bea97b1a94 (patch)
tree21c7f5da13d0570ab669c2453a8a1c32de8ad597 /source3/python/py_lsa_proto.h
parent5b8135e038b2d6b130219e39b8e88cc242604cab (diff)
downloadsamba-eaf7e2b374d6a77e573195da1d7617bea97b1a94.tar.gz
samba-eaf7e2b374d6a77e573195da1d7617bea97b1a94.tar.bz2
samba-eaf7e2b374d6a77e573195da1d7617bea97b1a94.zip
make proto
(This used to be commit a721843197d39c0edc6c464214123be3300d0b91)
Diffstat (limited to 'source3/python/py_lsa_proto.h')
-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 */