Okay, so it's not a queue, it's a stack
[filehash.git] / man / filehashFormats.Rd
blob6dded7d22512886c875556b43567bec633bd19ad
1 \name{filehashFormats}
2 \alias{filehashFormats}
3 \alias{registerFormatDB}
5 \title{List and register filehash formats}
6 \description{
7   List and register filehash backend database formats.
9 \usage{
10 registerFormatDB(name, funlist)
11 filehashFormats(...)
13 %- maybe also 'usage' for other objects documented here.
14 \arguments{
15   \item{name}{character, name of database format}
16   \item{funlist}{list of functions for creating and initializing a
17     database format}
18   \item{\dots}{list of functions for registering a new database format}
20 \details{
21   \code{registerFormatDB} can be used to register new filehash backend
22   database formats.  \code{filehashFormats} called with no arguments
23   lists information on available formats.
25 \value{
26   \code{filehashFormats} returns a list containing information on the
27   available filehash formats.
30 \keyword{utilities}% at least one, from doc/KEYWORDS