summaryrefslogtreecommitdiff
path: root/source3/include/ntdomain.h
diff options
context:
space:
mode:
authorTim Potter <tpot@samba.org>2000-06-16 08:24:11 +0000
committerTim Potter <tpot@samba.org>2000-06-16 08:24:11 +0000
commit0630db580a597f24327d789f37308f3fb1b3c3f0 (patch)
treef6c58ee7fa7b88df6523ccae0d2ba409d35029e1 /source3/include/ntdomain.h
parent206273f5fe7eaa93f75ff0d3d61cf90c19628be3 (diff)
downloadsamba-0630db580a597f24327d789f37308f3fb1b3c3f0.tar.gz
Changed function prototype for pipe api functions to take a pipes_struct
instead of two prs_data pointers. (This used to be commit 73e4466fc30fee149f51a5aa45c26beb783306c5)
Diffstat (limited to 'source3/include/ntdomain.h')
-rw-r--r--source3/include/ntdomain.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/source3/include/ntdomain.h b/source3/include/ntdomain.h
index 3a3bea16fb1..71c55c062c4 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