diff options
Diffstat (limited to 'usr.sbin/lpr/common_source/ctlinfo.c')
-rw-r--r-- | usr.sbin/lpr/common_source/ctlinfo.c | 2 |
1 files changed, 0 insertions, 2 deletions
diff --git a/usr.sbin/lpr/common_source/ctlinfo.c b/usr.sbin/lpr/common_source/ctlinfo.c index 085db04..3e704f2 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 |