summaryrefslogtreecommitdiffstats
path: root/source/librpc/ndr/ndr_spoolss_buf.c
diff options
context:
space:
mode:
authorStefan Metzmacher <metze@samba.org>2004-05-25 16:24:13 +0000
committerStefan Metzmacher <metze@samba.org>2004-05-25 16:24:13 +0000
commit6a0e10cfe30bec9bc3b5768f5fe804304462bd2e (patch)
treedb715b03f8136a5cb2e21164aad1016cf2466212 /source/librpc/ndr/ndr_spoolss_buf.c
parent6b468696500391af9153dc1ddbedfb5d39d6fac8 (diff)
downloadsamba-6a0e10cfe30bec9bc3b5768f5fe804304462bd2e.tar.gz
samba-6a0e10cfe30bec9bc3b5768f5fe804304462bd2e.tar.xz
samba-6a0e10cfe30bec9bc3b5768f5fe804304462bd2e.zip
r884: convert samba4 to use [u]int32_t instead of [u]int32
metze
Diffstat (limited to 'source/librpc/ndr/ndr_spoolss_buf.c')
-rw-r--r--source/librpc/ndr/ndr_spoolss_buf.c8
1 files changed, 4 insertions, 4 deletions
diff --git a/source/librpc/ndr/ndr_spoolss_buf.c b/source/librpc/ndr/ndr_spoolss_buf.c
index d8a3f6a07e3..aa91a27ab77 100644
--- a/source/librpc/ndr/ndr_spoolss_buf.c
+++ b/source/librpc/ndr/ndr_spoolss_buf.c
@@ -25,7 +25,7 @@
#include "includes.h"
NTSTATUS pull_spoolss_PrinterInfoArray(DATA_BLOB *blob, TALLOC_CTX *mem_ctx,
- uint32 level, uint32 count,
+ uint32_t level, uint32_t count,
union spoolss_PrinterInfo **info)
{
int i;
@@ -42,7 +42,7 @@ NTSTATUS pull_spoolss_PrinterInfoArray(DATA_BLOB *blob, TALLOC_CTX *mem_ctx,
}
NTSTATUS pull_spoolss_FormInfoArray(DATA_BLOB *blob, TALLOC_CTX *mem_ctx,
- uint32 level, uint32 count,
+ uint32_t level, uint32_t count,
union spoolss_FormInfo **info)
{
int i;
@@ -59,7 +59,7 @@ NTSTATUS pull_spoolss_FormInfoArray(DATA_BLOB *blob, TALLOC_CTX *mem_ctx,
}
NTSTATUS pull_spoolss_JobInfoArray(DATA_BLOB *blob, TALLOC_CTX *mem_ctx,
- uint32 level, uint32 count,
+ uint32_t level, uint32_t count,
union spoolss_JobInfo **info)
{
int i;
@@ -76,7 +76,7 @@ NTSTATUS pull_spoolss_JobInfoArray(DATA_BLOB *blob, TALLOC_CTX *mem_ctx,
}
NTSTATUS pull_spoolss_DriverInfoArray(DATA_BLOB *blob, TALLOC_CTX *mem_ctx,
- uint32 level, uint32 count,
+ uint32_t level, uint32_t count,
union spoolss_DriverInfo **info)
{
int i;