1
0
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:
Richard Sharpe
-
parent c19559a286
commit 7c50af3b71
2 changed files with 108 additions and 0 deletions

View File

@@ -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
*/