diff options
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 */ |