1186690Sobrien
2186690Sobrien#------------------------------------------------------------------------------
3267843Sdelphij# $File: clarion,v 1.5 2014/04/30 21:41:02 christos Exp $
4186690Sobrien# clarion:  file(1) magic for # Clarion Personal/Professional Developer
5186690Sobrien# (v2 and above)
6186690Sobrien# From: Julien Blache <jb@jblache.org>
7186690Sobrien
8186690Sobrien# Database files
9186690Sobrien# signature
10186690Sobrien0	leshort	0x3343	Clarion Developer (v2 and above) data file
11186690Sobrien# attributes
12186690Sobrien>2	leshort	&0x0001	\b, locked
13186690Sobrien>2	leshort	&0x0004	\b, encrypted
14186690Sobrien>2	leshort	&0x0008	\b, memo file exists
15186690Sobrien>2	leshort	&0x0010	\b, compressed
16186690Sobrien>2	leshort	&0x0040	\b, read only
17186690Sobrien# number of records
18267843Sdelphij>5	lelong	x	\b, %d records
19186690Sobrien
20186690Sobrien# Memo files
21186690Sobrien0	leshort	0x334d	Clarion Developer (v2 and above) memo data
22186690Sobrien
23186690Sobrien# Key/Index files
24186690Sobrien# No magic? :(
25186690Sobrien
26186690Sobrien# Help files
27186690Sobrien0	leshort	0x49e0	Clarion Developer (v2 and above) help data
28