X-Git-Url: http://git.chise.org/gitweb/?p=chise%2Fxemacs-chise.git.1;a=blobdiff_plain;f=src%2Fnt.h;h=6432878c93441d801d7b3e400907fb98d9094852;hp=1362d925bacc489bf8f8a388e90ecd73a088f2be;hb=02f4d2761a98c5cb9d5b423d2361160a5d8c9ee4;hpb=041e98cf4c48018877365e3bfb37cfc09b54cc6d diff --git a/src/nt.h b/src/nt.h index 1362d92..6432878 100644 --- a/src/nt.h +++ b/src/nt.h @@ -105,6 +105,7 @@ extern LPBYTE nt_get_resource (char * key, LPDWORD type); void set_process_dir (const char * dir); time_t convert_time (FILETIME ft); +int mswindows_utime (Lisp_Object path, struct utimbuf *times); extern void init_ntproc (void); extern void term_ntproc (int unused);