diff options
author | Tim Potter <tpot@samba.org> | 2002-04-18 03:24:02 +0000 |
---|---|---|
committer | Tim Potter <tpot@samba.org> | 2002-04-18 03:24:02 +0000 |
commit | eaf7e2b374d6a77e573195da1d7617bea97b1a94 (patch) | |
tree | 21c7f5da13d0570ab669c2453a8a1c32de8ad597 | |
parent | 5b8135e038b2d6b130219e39b8e88cc242604cab (diff) | |
download | samba-eaf7e2b374d6a77e573195da1d7617bea97b1a94.tar.gz samba-eaf7e2b374d6a77e573195da1d7617bea97b1a94.tar.bz2 samba-eaf7e2b374d6a77e573195da1d7617bea97b1a94.zip |
make proto
(This used to be commit a721843197d39c0edc6c464214123be3300d0b91)
-rw-r--r-- | source3/python/py_lsa_proto.h | 4 |
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 */ |