xref: /dragonfly/contrib/file/magic/Magdir/clarion (revision dca3c15d)
1
2#------------------------------------------------------------------------------
3# clarion:  file(1) magic for # Clarion Personal/Professional Developer
4# (v2 and above)
5# From: Julien Blache <jb@jblache.org>
6
7# Database files
8# signature
90	leshort	0x3343	Clarion Developer (v2 and above) data file
10# attributes
11>2	leshort	&0x0001	\b, locked
12>2	leshort	&0x0004	\b, encrypted
13>2	leshort	&0x0008	\b, memo file exists
14>2	leshort	&0x0010	\b, compressed
15>2	leshort	&0x0040	\b, read only
16# number of records
17>5	lelong	x	\b, %ld records
18
19# Memo files
200	leshort	0x334d	Clarion Developer (v2 and above) memo data
21
22# Key/Index files
23# No magic? :(
24
25# Help files
260	leshort	0x49e0	Clarion Developer (v2 and above) help data
27