diff --git a/usr.sbin/lpr/common_source/ctlinfo.c b/usr.sbin/lpr/common_source/ctlinfo.c index 085db0464ce4..3e704f2eb446 100644 --- a/usr.sbin/lpr/common_source/ctlinfo.c +++ b/usr.sbin/lpr/common_source/ctlinfo.c @@ -93,9 +93,7 @@ extern const char *from_ip; /* client machine's IP address */ __BEGIN_DECLS void ctl_dumpcji(FILE *_dbg_stream, const char *_heading, struct cjobinfo *_cjinf); -void ctl_freeinf(struct cjobinfo *_cjinf); static char *ctl_getline(struct cjobinfo *_cjinf); -struct cjobinfo *ctl_readcf(const char *_ptrname, const char *_cfname); static void ctl_rewindcf(struct cjobinfo *_cjinf); char *ctl_rmjob(const char *_ptrname, const char *_cfname); __END_DECLS diff --git a/usr.sbin/lpr/common_source/ctlinfo.h b/usr.sbin/lpr/common_source/ctlinfo.h index b79f861234c3..501471b459c8 100644 --- a/usr.sbin/lpr/common_source/ctlinfo.h +++ b/usr.sbin/lpr/common_source/ctlinfo.h @@ -67,5 +67,7 @@ struct cjobinfo { #include __BEGIN_DECLS +void ctl_freeinf(struct cjobinfo *_cjinf); +struct cjobinfo *ctl_readcf(const char *_ptrname, const char *_cfname); char *ctl_renametf(const char *_ptrname, const char *_tfname); __END_DECLS