summaryrefslogtreecommitdiff
path: root/source3/include
diff options
context:
space:
mode:
authorStefan Metzmacher <metze@samba.org>2009-01-21 07:39:28 +0100
committerStefan Metzmacher <metze@samba.org>2009-01-22 12:37:33 +0100
commitc5e242b1a39f0bb26c8c922f25cf7b072e5e834c (patch)
tree8e4405cb580f75ab6cf7b68c71fb38fca4d45cd7 /source3/include
parent240762aefe1af16d56a0a1bc4880702a006fe050 (diff)
downloadsamba-c5e242b1a39f0bb26c8c922f25cf7b072e5e834c.tar.gz
samba-c5e242b1a39f0bb26c8c922f25cf7b072e5e834c.tar.bz2
samba-c5e242b1a39f0bb26c8c922f25cf7b072e5e834c.zip
s3:printing: make some functions static and use tevent functions
metze
Diffstat (limited to 'source3/include')
-rw-r--r--source3/include/proto.h2
1 files changed, 0 insertions, 2 deletions
diff --git a/source3/include/proto.h b/source3/include/proto.h
index 0c358a0429..40ced543ec 100644
--- a/source3/include/proto.h
+++ b/source3/include/proto.h
@@ -4722,7 +4722,6 @@ bool parse_lpq_entry(enum printing_types printing_type,char *line,
/* The following definitions come from printing/notify.c */
int print_queue_snum(const char *qname);
-bool print_notify_messages_pending(void);
void print_notify_send_messages(struct messaging_context *msg_ctx,
unsigned int timeout);
void notify_printer_status_byname(const char *sharename, uint32 status);
@@ -4745,7 +4744,6 @@ void notify_printer_printername(int snum, char *printername);
void notify_printer_port(int snum, char *port_name);
void notify_printer_location(int snum, char *location);
void notify_printer_byname( const char *printername, uint32 change, const char *value );
-bool print_notify_pid_list(const char *printername, TALLOC_CTX *mem_ctx, size_t *p_num_pids, pid_t **pp_pid_list);
/* The following definitions come from printing/nt_printing.c */