NAME

MgetHistory - get the history attribute

SYNOPSIS

#include "csf.h"

int MgetHistory
(
	MAP *m,
	char *history
);

PARAMETERS

MAP *m
the map to get it from
char *history
the resulting history string

DESCRIPTION

get the history attribute

RETURNS

0 if not available or in case of error, nonzero otherwise

SEE ALSO

MgetHistorySize , MgetDescriptionSize , MgetNrColourPaletteEntries , MgetNrGreyPaletteEntries , MgetDescription , MgetColourPalette , MgetGreyPalette , MputDescription , MputHistory , MputColourPalette , MputGreyPalette