(C) 1998 AROS - The Amiga Research OS
NAME
#include <proto/icon.h>
UBYTE * BumpRevision (newname , oldname)
LOCATION
In IconBase at offset 18
SYNOPSIS
UBYTE * newname
UBYTE * oldname
FUNCTION
Computes the right copy revision for a file name.
INPUTS
newname
a buffer for the new string. Should be at leas 31 bytes.
oldname
the old name to be revisioned.
RESULT
pointer to the supplied buffer.o
EXAMPLE
SEE ALSO
NOTES
BUGS
INTERNALS
HISTORY
20.10.1998 hkiel
Amiga Research OS
04.02.1997 digulla
Use snprintf() to create the new name
03.02.1997 digulla
New library icon.library by N.H. Lorentzen