/* for dbm and dbz */ typedef struct { char *dptr; int dsize; } datum; /* standard dbm functions */ extern int dbminit(); extern datum fetch(); extern int store(); extern int delete(); /* not in dbz */ extern datum firstkey(); /* not in dbz */ extern datum nextkey(); /* not in dbz */ extern int dbmclose(); /* in dbz, but not in old dbm */ /* new stuff for dbz */ extern int dbzfresh(); extern int dbzagain(); extern datum dbzfetch(); extern int dbzstore(); extern int dbzsync(); extern long dbzsize(); extern int dbzincore(); extern int dbzcancel(); extern int dbzdebug(); /* * In principle we could handle unlimited-length keys by operating a chunk * at a time, but it's not worth it in practice. Setting a nice large * bound on them simplifies the code and doesn't hurt anything. */ #define DBZMAXKEY 255 e' title='freebsd-ports-gnome Git repository'/>
aboutsummaryrefslogtreecommitdiffstats
path: root/graphics/rubygem-captcha
Commit message (Expand)AuthorAgeFilesLines
* - Re-assign all my ruby* ports to ruby@avl2010-12-091-1/+1
* Another RF -> RG conversionpgollucci2010-11-231-1/+1
* - github is redirecting all these to https nowpgollucci2010-11-111-1/+1
* - Mass fixup of WWW: lines pkg-descr based on rubygems.org Homepage meta infopgollucci2010-10-201-1/+1
* - update to 1.4.1dinoex2010-03-28