testprogs: testspoolss.exe: pretty print FILETIME in driver info 6 and 8.
[sfrench/samba-autobuild/.git] / testprogs / win32 / spoolss / printlib_proto.h
index 8e44d3be8611429c8b2616595cba4adc6e5577f0..704cdbfaea1680e2c54eddf91f608779ffac6806 100644 (file)
@@ -58,6 +58,8 @@ LPSTR reg_type_str(DWORD type);
 void print_printer_data(LPSTR keyname, LPSTR valuename, DWORD size, LPBYTE buffer, DWORD type);
 void print_printer_dataw(LPCWSTR keyname, LPCWSTR valuename, DWORD size, LPBYTE buffer, DWORD type);
 void print_printer_enum_values(PRINTER_ENUM_VALUES *info);
+void print_file_time(const FILETIME *t);
+
 #undef _PRINTF_ATTRIBUTE
 #define _PRINTF_ATTRIBUTE(a1, a2)