package ethutil // Database interface type Database interface { Put(key []byte, value []byte) Get(key []byte) ([]byte, error) //GetKeys() []*Key Delete(key []byte) error LastKnownTD() []byte Close() Print() } rg/~lantw44/cgit/freebsd-ports/atom/palm/bibelot/distinfo?h=main' type='application/atom+xml'/>
aboutsummaryrefslogtreecommitdiffstats
path: root/palm/bibelot/distinfo
Commit message (Expand)AuthorAgeFilesLines
* upgrade to 0.9.4Ying-Chieh Liao2001-05-191-1/+1
* upgrade to 0.9.3Ying-Chieh Liao2001-04-031-1/+1
* upgrade to 0.9.2Ying-Chieh Liao2001-03-031-1/+1
* update to 0.9Ying-Chieh Liao2001-01-311-1/+1