From 5455f2896f65a650a32f18dfb4bc4ae81a79848e Mon Sep 17 00:00:00 2001 From: Richard Sharpe Date: Tue, 6 Feb 2001 19:25:12 +0000 Subject: Fix problems in libsmbclient with pring job struct plus add implementation of last two print routines ... (This used to be commit 7c50af3b71eeedfef8ed0d5771c2dc578fa95741) --- source3/include/libsmbclient.h | 12 ++++++++++++ 1 file changed, 12 insertions(+) (limited to 'source3/include') diff --git a/source3/include/libsmbclient.h b/source3/include/libsmbclient.h index 5469966cf8..fe383e845a 100644 --- a/source3/include/libsmbclient.h +++ b/source3/include/libsmbclient.h @@ -43,6 +43,18 @@ struct smbc_dirent { }; +#ifndef _CLIENT_H +typedef unsigned short uint16; +struct print_job_info { + uint16 id; + uint16 priority; + size_t size; + char user[128]; + char name[128]; + time_t t; +}; +#endif + /* * Entity types */ -- cgit