From 0630db580a597f24327d789f37308f3fb1b3c3f0 Mon Sep 17 00:00:00 2001 From: Tim Potter Date: Fri, 16 Jun 2000 08:24:11 +0000 Subject: Changed function prototype for pipe api functions to take a pipes_struct instead of two prs_data pointers. (This used to be commit 73e4466fc30fee149f51a5aa45c26beb783306c5) --- source3/include/ntdomain.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'source3/include/ntdomain.h') 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 -- cgit