Finish removal of iconv_convenience in public API's.
[samba.git] / librpc / ndr / ndr_frsrpc.c
index e0c7f1cd757257d227c38af6ee8b4198d4d8c9a7..96d34687bc1f3bcf48858010b2792c0f3fc017d3 100644 (file)
@@ -84,11 +84,9 @@ enum ndr_err_code ndr_pull_frsrpc_CommPktChunkCtr(struct ndr_pull *ndr,
 }
 
 size_t ndr_size_frsrpc_CommPktChunkCtr(const struct frsrpc_CommPktChunkCtr *r,
-                                      struct smb_iconv_convenience *ic,
                                       int flags)
 {
        flags |= LIBNDR_FLAG_NOALIGN;
        return ndr_size_struct(r, flags,
-                       (ndr_push_flags_fn_t)ndr_push_frsrpc_CommPktChunkCtr,
-                       ic);
+                       (ndr_push_flags_fn_t)ndr_push_frsrpc_CommPktChunkCtr);
 }