/[eliot]/eliot/dic/dic.c
ViewVC logotype

Diff of /eliot/dic/dic.c

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

revision 1.6 by ipkiss, Sun Oct 23 14:53:43 2005 UTC revision 1.6.2.1 by afrab, Sun Oct 23 17:13:56 2005 UTC
# Line 17  Line 17 
17  /* along with this program; if not, write to the Free Software               */  /* along with this program; if not, write to the Free Software               */
18  /* Foundation, Inc., 51 Franklin St, Fifth Floor, Boston, MA  02110-1301  USA */  /* Foundation, Inc., 51 Franklin St, Fifth Floor, Boston, MA  02110-1301  USA */
19    
20    <<<<<<< dic.c
21    /* $Id$ */
22    
23    /**
24     *  \file   dic.c
25     *  \brief  Dawg dictionary
26     *  \author Antoine Fraboulet
27     *  \date   2002
28    =======
29  /*  /*
30   * $Id$   * $Id$
31    >>>>>>> 1.6
32   */   */
33    
34  #include <stdio.h>  #include <stdio.h>
# Line 30  Line 40 
40  #include "dic.h"  #include "dic.h"
41    
42    
   
43  static int  static int
44  check_header(FILE* file, Dict_header *header)  check_header(FILE* file, Dict_header *header)
45  {  {

Legend:
Removed from v.1.6  
changed lines
  Added in v.1.6.2.1

savannah-hackers-public@gnu.org
ViewVC Help
Powered by ViewVC 1.1.26