]> code.delx.au - gnu-emacs/blobdiff - src/md5.h
*** empty log message ***
[gnu-emacs] / src / md5.h
index 697985d561db2d84abf2fd5ba8856220d82591e3..09bf02ff75398410e0d14de6547c3536d18479e5 100644 (file)
--- a/src/md5.h
+++ b/src/md5.h
@@ -1,6 +1,7 @@
 /* Declaration of functions and data types used for MD5 sum computing
    library functions.
-   Copyright (C) 1995, 1996, 1997, 1999, 2000 Free Software Foundation, Inc.
+   Copyright (C) 1995, 1996, 1997, 1999, 2000, 2002, 2003, 2004,
+                 2005, 2006 Free Software Foundation, Inc.
    This file is part of GNU Emacs.
 
    The GNU C Library is free software; you can redistribute it and/or
@@ -15,8 +16,8 @@
 
    You should have received a copy of the GNU Library General Public
    License along with the GNU C Library; see the file COPYING.LIB.  If not,
-   write to the Free Software Foundation, Inc., 59 Temple Place - Suite 330,
-   Boston, MA 02111-1307, USA.  */
+   write to the Free Software Foundation, Inc., 51 Franklin Street, Fifth Floor,
+   Boston, MA 02110-1301, USA.  */
 
 #ifndef _MD5_H
 #define _MD5_H 1
@@ -70,12 +71,6 @@ typedef u_int32_t md5_uint32;
 # endif
 #endif
 
-#undef __P
-#if defined (__STDC__) && __STDC__
-# define __P(x) x
-#else
-# define __P(x) ()
-#endif
 
 #ifndef __GNUC__
 #define __attribute__(X)
@@ -150,3 +145,6 @@ extern void *md5_buffer __P ((const char *buffer, size_t len,
                                void *resblock));
 
 #endif /* md5.h */
+
+/* arch-tag: 7cd389f3-6c40-4950-999d-0b2ebd1d20d7
+   (do not change this comment) */