OpenFPGA/libs/EXTERNAL/tcl8.6.12/pkgs/thread2.8.7/generic/psLmdb.h

25 lines
519 B
C

/*
* psLmdb.h --
*
* See the file "license.txt" for information on usage and redistribution
* of this file, and for a DISCLAIMER OF ALL WARRANTIES.
* ---------------------------------------------------------------------------
*/
#ifndef _PSLMDB_H_
#define _PSLMDB_H_
void Sv_RegisterLmdbStore();
#endif /* _PSLMDB_H_ */
/* EOF $RCSfile */
/* Emacs Setup Variables */
/* Local Variables: */
/* mode: C */
/* indent-tabs-mode: nil */
/* c-basic-offset: 4 */
/* End: */