1/*
2 * psGdbm.h --
3 *
4 * See the file "license.txt" for information on usage and redistribution
5 * of this file, and for a DISCLAIMER OF ALL WARRANTIES.
6 *
7 * Rcsid: @(#)$Id: psGdbm.h,v 1.1 2003/09/03 11:24:53 vasiljevic Exp $
8 * ---------------------------------------------------------------------------
9 */
10
11#ifndef _PSGDBM_H_
12#define _PSGDBM_H_
13
14void Sv_RegisterGdbmStore();
15
16#endif /* _PSGDBM_H_ */
17
18/* EOF $RCSfile */
19
20/* Emacs Setup Variables */
21/* Local Variables:      */
22/* mode: C               */
23/* indent-tabs-mode: nil */
24/* c-basic-offset: 4     */
25/* End:                  */
26
27