Changed function prototype for pipe api functions to take a pipes_struct
authorTim Potter <tpot@samba.org>
Fri, 16 Jun 2000 08:24:11 +0000 (08:24 +0000)
committerTim Potter <tpot@samba.org>
Fri, 16 Jun 2000 08:24:11 +0000 (08:24 +0000)
instead of two prs_data pointers.
(This used to be commit 73e4466fc30fee149f51a5aa45c26beb783306c5)

source3/include/ntdomain.h

index 3a3bea16fb10d425847d2531f6b095930c7fdc3c..71c55c062c43ed374896abd88374c0d39263de5c 100644 (file)
@@ -205,7 +205,7 @@ struct api_struct
 {  
   char *name;
   uint8 opnum;
-  BOOL (*fn) (prs_struct*, prs_struct*);
+  BOOL (*fn) (pipes_struct *);
 };
 
 typedef struct