diff options
author | Tim Potter <tpot@samba.org> | 2000-06-16 08:24:11 +0000 |
---|---|---|
committer | Tim Potter <tpot@samba.org> | 2000-06-16 08:24:11 +0000 |
commit | 0630db580a597f24327d789f37308f3fb1b3c3f0 (patch) | |
tree | f6c58ee7fa7b88df6523ccae0d2ba409d35029e1 | |
parent | 206273f5fe7eaa93f75ff0d3d61cf90c19628be3 (diff) | |
download | samba-0630db580a597f24327d789f37308f3fb1b3c3f0.tar.gz samba-0630db580a597f24327d789f37308f3fb1b3c3f0.tar.bz2 samba-0630db580a597f24327d789f37308f3fb1b3c3f0.zip |
Changed function prototype for pipe api functions to take a pipes_struct
instead of two prs_data pointers.
(This used to be commit 73e4466fc30fee149f51a5aa45c26beb783306c5)
-rw-r--r-- | source3/include/ntdomain.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/source3/include/ntdomain.h b/source3/include/ntdomain.h index 3a3bea16fb..71c55c062c 100644 --- a/source3/include/ntdomain.h +++ b/source3/include/ntdomain.h @@ -205,7 +205,7 @@ struct api_struct { char *name; uint8 opnum; - BOOL (*fn) (prs_struct*, prs_struct*); + BOOL (*fn) (pipes_struct *); }; typedef struct |