summaryrefslogtreecommitdiff
path: root/source3/include/libsmbclient.h
diff options
context:
space:
mode:
authorRichard Sharpe <sharpe@samba.org>2001-02-05 13:02:20 +0000
committerRichard Sharpe <sharpe@samba.org>2001-02-05 13:02:20 +0000
commitca03ad79cfaad48fb20426dfb98a30740fe80a0d (patch)
tree10350d4791a0d329ff7b9351f7685046c6696440 /source3/include/libsmbclient.h
parent2fd7e6e6a0d1b22d841d49c4fc0868c0be471475 (diff)
downloadsamba-ca03ad79cfaad48fb20426dfb98a30740fe80a0d.tar.gz
samba-ca03ad79cfaad48fb20426dfb98a30740fe80a0d.tar.bz2
samba-ca03ad79cfaad48fb20426dfb98a30740fe80a0d.zip
Implement two printing related functions and start the remaining two.
(This used to be commit c19559a286c3ec6dedefbd2423aa5738edd9ba41)
Diffstat (limited to 'source3/include/libsmbclient.h')
-rw-r--r--source3/include/libsmbclient.h4
1 files changed, 2 insertions, 2 deletions
diff --git a/source3/include/libsmbclient.h b/source3/include/libsmbclient.h
index a02c0e5317..5469966cf8 100644
--- a/source3/include/libsmbclient.h
+++ b/source3/include/libsmbclient.h
@@ -195,7 +195,7 @@ int smbc_lseekdir(int fd, off_t offset, int whence);
* Print a file given the name in fname. It would be a URL ...
*/
-int smbc_print_file(const char *fname);
+int smbc_print_file(const char *fname, const char *printq);
/*
* Open a print file that can be written to by other calls. This simply
@@ -215,6 +215,6 @@ int smbc_list_print_jobs(const char *fname, void (*fn)(struct print_job_info *))
* Delete a print job
*/
-int smbc_unlink_print_job(int id);
+int smbc_unlink_print_job(const char *fname, int id);
#endif