summaryrefslogtreecommitdiffstats
path: root/usr.sbin/lpr/lpc/cmds.c
diff options
context:
space:
mode:
Diffstat (limited to 'usr.sbin/lpr/lpc/cmds.c')
-rw-r--r--usr.sbin/lpr/lpc/cmds.c6
1 files changed, 3 insertions, 3 deletions
diff --git a/usr.sbin/lpr/lpc/cmds.c b/usr.sbin/lpr/lpc/cmds.c
index d49f9d0..8e28d10 100644
--- a/usr.sbin/lpr/lpc/cmds.c
+++ b/usr.sbin/lpr/lpc/cmds.c
@@ -692,7 +692,7 @@ have_res:
*/
void
-init_clean(int argc, char *argv[])
+clean_gi(int argc, char *argv[])
{
/* init some fields before 'clean' is called for each queue */
@@ -723,12 +723,12 @@ init_clean(int argc, char *argv[])
}
void
-init_tclean(int argc, char *argv[])
+tclean_gi(int argc, char *argv[])
{
/* only difference between 'clean' and 'tclean' is one value */
/* (...and the fact that 'clean' is priv and 'tclean' is not) */
- init_clean(argc, argv);
+ clean_gi(argc, argv);
cln_testonly = 1;
return;
OpenPOWER on IntegriCloud