Develop and Download Open Source Software

Browse CVS Repository

Diff of /xoonips/AL/common.h

Parent Directory Parent Directory | Revision Log Revision Log | View Revision Graph Revision Graph | View Patch Patch

revision 1.16 by tani, Mon Mar 14 06:12:11 2005 UTC revision 1.17 by tani, Tue Mar 15 04:49:40 2005 UTC
# Line 1  Line 1 
1  /*  /*
2     * --------------------------------------------------------------------------  
3     * XooNiPs Xoops modules for Neuroinformatics Platforms                        
4     * Copyright (C) 2005 RIKEN, Japan. All rights reserved.                      
5     * http://sourceforge.jp/projects/xoonips/                                    
6     * --------------------------------------------------------------------------  
7     * This program is free software; you can redistribute it and/or              
8     * modify it under the terms of the GNU General Public License                
9     * as published by the Free Software Foundation; either version 2              
10     * of the License, or (at your option) any later version.                      
11     *                                                                            
12     * This program is distributed in the hope that it will be useful,            
13     * but WITHOUT ANY WARRANTY; without even the implied warranty of              
14     * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.  See the              
15     * GNU General Public License for more details.                                
16     *                                                                            
17     * You should have received a copy of the GNU General Public License          
18     * along with this program; if not, write to the Free Software                
19     * Foundation, Inc., 59 Temple Place - Suite 330, Boston, MA  02111-1307, USA.
20     * --------------------------------------------------------------------------  
21     *
22   * $Revision$   * $Revision$
23   */   */
24  #if !defined( COMMON_H )  #if !defined( COMMON_H )
# Line 8  Line 28 
28  #if defined(__BORLANDC__)  #if defined(__BORLANDC__)
29  #define PROTOTYPES 1  #define PROTOTYPES 1
30  #include "md5/global.h"  #include "md5/global.h"
31    #ifdef __cplusplus
32    extern "C" {
33    #endif
34  #include "md5/md5.h"  #include "md5/md5.h"
35    #ifdef __cplusplus
36    }
37    #endif
38    
39  #define MD5_Init MD5Init  #define MD5_Init MD5Init
40  #define MD5_Update MD5Update  #define MD5_Update MD5Update

Legend:
Removed from v.1.16  
changed lines
  Added in v.1.17

Back to OSDN">Back to OSDN
ViewVC Help
Powered by ViewVC 1.1.26