mirror of
https://github.com/samba-team/samba.git
synced 2025-12-03 04:23:50 +03:00
Fix problems in libsmbclient with pring job struct plus add implementation
of last two print routines ...
This commit is contained in:
@@ -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
|
||||
*/
|
||||
|
||||
Reference in New Issue
Block a user