[GRASS5] Missing timestamp function prototypes

Is there any reason that the following function definitions are missing
from gisdefs.h?

From file lib/gis/timestamp.c:

G_read_grid3_timestamp()
G_write_grid3_timestamp()
G_remove_grid3_timestamp()

I would like to add them so that r3.timestamp compiles cleanly.

--
Brad Douglas <rez@touchofmadness.com>

On Sat, Aug 13, 2005 at 05:48:04AM -0700, Brad Douglas wrote:

Is there any reason that the following function definitions are missing
from gisdefs.h?

>From file lib/gis/timestamp.c:

G_read_grid3_timestamp()
G_write_grid3_timestamp()
G_remove_grid3_timestamp()

I would like to add them so that r3.timestamp compiles cleanly.

Brad,

before reading this mail, I already fixed the missing headers.
For now in the timestamp.c section of gisdefs.h. I am not sure
if timestamp.c should be split and partially go into g3d lib.

Markus