diff options
author | Jeremy Allison <jra@samba.org> | 2000-10-11 02:04:51 +0000 |
---|---|---|
committer | Jeremy Allison <jra@samba.org> | 2000-10-11 02:04:51 +0000 |
commit | f82e89be7c3720f4aaaaafb4cbcc4bf3d4d44a4c (patch) | |
tree | d633c29fc5f530737e81ff4aab40195cdaefcde9 /source/include/proto.h | |
parent | 4b529003be1c714bae28831d9a1ae543edb65a91 (diff) | |
download | samba-f82e89be7c3720f4aaaaafb4cbcc4bf3d4d44a4c.tar.gz samba-f82e89be7c3720f4aaaaafb4cbcc4bf3d4d44a4c.tar.xz samba-f82e89be7c3720f4aaaaafb4cbcc4bf3d4d44a4c.zip |
Remove lpq as root fix - do this in print_job_start instead
as part of print queue length processing.
Jeremy.
Diffstat (limited to 'source/include/proto.h')
-rw-r--r-- | source/include/proto.h | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/source/include/proto.h b/source/include/proto.h index 627f0d07eaf..4f4e22504ff 100644 --- a/source/include/proto.h +++ b/source/include/proto.h @@ -1787,7 +1787,6 @@ int print_queue_snum(char *qname); BOOL print_queue_pause(struct current_user *user, int snum, int *errcode); BOOL print_queue_resume(struct current_user *user, int snum, int *errcode); BOOL print_queue_purge(struct current_user *user, int snum, int *errcode); -void process_print_queue(time_t t); #endif /*The following definitions come from profile/profile.c */ |