/[public]/psiconv/trunk/lib/psiconv/checkuid.c
ViewVC logotype

Diff of /psiconv/trunk/lib/psiconv/checkuid.c

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

Revision 2 Revision 71
1/* 1/*
2 checkuid.c - Part of psiconv, a PSION 5 file formats converter 2 checkuid.c - Part of psiconv, a PSION 5 file formats converter
3 Copyright (c) 1999 Frodo Looijaard <frodol@dds.nl> 3 Copyright (c) 1999, 2000 Frodo Looijaard <frodol@dds.nl>
4 4
5 This program is free software; you can redistribute it and/or modify 5 This program is free software; you can redistribute it and/or modify
6 it under the terms of the GNU General Public License as published by 6 it under the terms of the GNU General Public License as published by
7 the Free Software Foundation; either version 2 of the License, or 7 the Free Software Foundation; either version 2 of the License, or
8 (at your option) any later version. 8 (at your option) any later version.
16 along with this program; if not, write to the Free Software 16 along with this program; if not, write to the Free Software
17 Foundation, Inc., 675 Mass Ave, Cambridge, MA 02139, USA. 17 Foundation, Inc., 675 Mass Ave, Cambridge, MA 02139, USA.
18*/ 18*/
19 19
20#include "config.h" 20#include "config.h"
21#include "data.h" 21#include "compat.h"
22#include "common.h"
22 23
23static psiconv_u32 uid1[32] = 24static psiconv_u32 uid1[32] =
24 { /* bit 0 */ 0x000045A0, 25 { /* bit 0 */ 0x000045A0,
25 /* bit 1 */ 0x00008B40, 26 /* bit 1 */ 0x00008B40,
26 /* bit 2 */ 0x000006A1, 27 /* bit 2 */ 0x000006A1,

Legend:
Removed from v.2  
changed lines
  Added in v.71

frodo@frodo.looijaard.name
ViewVC Help
Powered by ViewVC 1.1.26