mirror of
https://github.com/samba-team/samba.git
synced 2025-09-10 05:44:20 +03:00
reverted the rename of new_spoolss_io_r_enumprinterdrivers()
(This used to be commit fd6bfe03f4
)
This commit is contained in:
@@ -3303,7 +3303,7 @@ BOOL spoolss_io_r_schedulejob(char *desc, SPOOL_R_SCHEDULEJOB *r_u, prs_struct *
|
|||||||
BOOL spoolss_io_q_schedulejob(char *desc, SPOOL_Q_SCHEDULEJOB *q_u, prs_struct *ps, int depth);
|
BOOL spoolss_io_q_schedulejob(char *desc, SPOOL_Q_SCHEDULEJOB *q_u, prs_struct *ps, int depth);
|
||||||
BOOL spoolss_io_r_setjob(char *desc, SPOOL_R_SETJOB *r_u, prs_struct *ps, int depth);
|
BOOL spoolss_io_r_setjob(char *desc, SPOOL_R_SETJOB *r_u, prs_struct *ps, int depth);
|
||||||
BOOL spoolss_io_q_setjob(char *desc, SPOOL_Q_SETJOB *q_u, prs_struct *ps, int depth);
|
BOOL spoolss_io_q_setjob(char *desc, SPOOL_Q_SETJOB *q_u, prs_struct *ps, int depth);
|
||||||
BOOL spoolss_io_r_enumprinterdrivers(char *desc, SPOOL_R_ENUMPRINTERDRIVERS *r_u, prs_struct *ps, int depth);
|
BOOL new_spoolss_io_r_enumprinterdrivers(char *desc, SPOOL_R_ENUMPRINTERDRIVERS *r_u, prs_struct *ps, int depth);
|
||||||
BOOL make_spoolss_q_enumprinterdrivers(SPOOL_Q_ENUMPRINTERDRIVERS *q_u,
|
BOOL make_spoolss_q_enumprinterdrivers(SPOOL_Q_ENUMPRINTERDRIVERS *q_u,
|
||||||
const char *name,
|
const char *name,
|
||||||
const char *environment,
|
const char *environment,
|
||||||
|
@@ -725,7 +725,7 @@ uint32 cli_spoolss_enumprinterdrivers (
|
|||||||
}
|
}
|
||||||
|
|
||||||
/* Unmarshall response */
|
/* Unmarshall response */
|
||||||
if (spoolss_io_r_enumprinterdrivers ("", &r, &rbuf, 0))
|
if (new_spoolss_io_r_enumprinterdrivers ("", &r, &rbuf, 0))
|
||||||
{
|
{
|
||||||
needed = r.needed;
|
needed = r.needed;
|
||||||
}
|
}
|
||||||
|
@@ -3768,7 +3768,7 @@ BOOL spoolss_io_q_setjob(char *desc, SPOOL_Q_SETJOB *q_u, prs_struct *ps, int de
|
|||||||
Parse a SPOOL_R_ENUMPRINTERDRIVERS structure.
|
Parse a SPOOL_R_ENUMPRINTERDRIVERS structure.
|
||||||
********************************************************************/
|
********************************************************************/
|
||||||
|
|
||||||
BOOL spoolss_io_r_enumprinterdrivers(char *desc, SPOOL_R_ENUMPRINTERDRIVERS *r_u, prs_struct *ps, int depth)
|
BOOL new_spoolss_io_r_enumprinterdrivers(char *desc, SPOOL_R_ENUMPRINTERDRIVERS *r_u, prs_struct *ps, int depth)
|
||||||
{
|
{
|
||||||
prs_debug(ps, depth, desc, "spoolss_io_r_enumprinterdrivers");
|
prs_debug(ps, depth, desc, "spoolss_io_r_enumprinterdrivers");
|
||||||
depth++;
|
depth++;
|
||||||
|
@@ -712,7 +712,7 @@ static BOOL api_spoolss_enumprinterdrivers(pipes_struct *p)
|
|||||||
|
|
||||||
r_u.status = _spoolss_enumprinterdrivers(p, &q_u, &r_u);
|
r_u.status = _spoolss_enumprinterdrivers(p, &q_u, &r_u);
|
||||||
|
|
||||||
if (!spoolss_io_r_enumprinterdrivers("",&r_u,rdata,0)) {
|
if (!new_spoolss_io_r_enumprinterdrivers("",&r_u,rdata,0)) {
|
||||||
DEBUG(0,("spoolss_io_r_enumprinterdrivers: unable to marshall SPOOL_R_ENUMPRINTERDRIVERS.\n"));
|
DEBUG(0,("spoolss_io_r_enumprinterdrivers: unable to marshall SPOOL_R_ENUMPRINTERDRIVERS.\n"));
|
||||||
return False;
|
return False;
|
||||||
}
|
}
|
||||||
|
Reference in New Issue
Block a user