emacs-diffs
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

[Emacs-diffs] Changes to emacs/src/w32.h,v


From: Eli Zaretskii
Subject: [Emacs-diffs] Changes to emacs/src/w32.h,v
Date: Sat, 05 Aug 2006 13:01:25 +0000

CVSROOT:        /cvsroot/emacs
Module name:    emacs
Changes by:     Eli Zaretskii <eliz>    06/08/05 13:01:25

Index: w32.h
===================================================================
RCS file: /cvsroot/emacs/emacs/src/w32.h,v
retrieving revision 1.21
retrieving revision 1.22
diff -u -b -r1.21 -r1.22
--- w32.h       14 Jul 2006 14:18:44 -0000      1.21
+++ w32.h       5 Aug 2006 13:01:25 -0000       1.22
@@ -110,6 +110,9 @@
 /* Equivalent of strerror for W32 error codes.  */
 extern char * w32_strerror (int error_no);
 
+/* Validate a pointer.  */
+extern int w32_valid_pointer_p (void *, int);
+
 /* Get long (aka "true") form of file name, if it exists.  */
 extern BOOL w32_get_long_filename (char * name, char * buf, int size);
 




reply via email to

[Prev in Thread] Current Thread [Next in Thread]