summaryrefslogtreecommitdiff
path: root/source4/include/client.h
diff options
context:
space:
mode:
Diffstat (limited to 'source4/include/client.h')
-rw-r--r--source4/include/client.h4
1 files changed, 2 insertions, 2 deletions
diff --git a/source4/include/client.h b/source4/include/client.h
index b7f1da28b3..d3c1756045 100644
--- a/source4/include/client.h
+++ b/source4/include/client.h
@@ -38,7 +38,7 @@
* These definitions depend on smb.h
*/
-typedef struct file_info
+struct file_info
{
uint64_t size;
uint16_t mode;
@@ -50,7 +50,7 @@ typedef struct file_info
time_t ctime;
const char *name;
char short_name[13*3]; /* the *3 is to cope with multi-byte */
-} file_info;
+};
struct print_job_info
{