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 | 73e4466fc30fee149f51a5aa45c26beb783306c5 (patch) | |
tree | 8bdde179a2acf995960453dde73f93d078ca7667 | |
parent | 07099fd4464eca2b5f061ef25309f41b8ab5e00b (diff) | |
download | samba-73e4466fc30fee149f51a5aa45c26beb783306c5.tar.gz samba-73e4466fc30fee149f51a5aa45c26beb783306c5.tar.xz samba-73e4466fc30fee149f51a5aa45c26beb783306c5.zip |
Changed function prototype for pipe api functions to take a pipes_struct
instead of two prs_data pointers.
-rw-r--r-- | source/include/ntdomain.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/source/include/ntdomain.h b/source/include/ntdomain.h index 3a3bea16fb1..71c55c062c4 100644 --- a/source/include/ntdomain.h +++ b/source/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 |